Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rust-lang
/
rust
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
16.3k
Star
119k
Code
Issues
5k+
Pull requests
1.4k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Implement a generic Destination Propagation optimization on MIR
- #72632
#72632
Merged
bors
merged 20 commits into
rust-lang:master
rust-lang/rust:master
from
jonas-schievink:dest-prop
Copy head branch name to clipboard
Sep 20, 2020
Conversation
Commits
20
(20)
Checks
Files changed
Merged
Implement a generic Destination Propagation optimization on MIR
#72632
bors
merged 20 commits into
rust-lang:master
rust-lang/rust:master
from
jonas-schievink:dest-prop
Copy head branch name to clipboard
Commits
Commits on Sep 18, 2020
Implement a destination propagation pass
jonas-schievink
committed
78ff69b
View commit details
Copy full SHA for 78ff69b
Browse repository at this point
simplify_try: print dest_prop diff and bless
Show description for 43ad8e4
jonas-schievink
committed
43ad8e4
View commit details
Copy full SHA for 43ad8e4
Browse repository at this point
simplify_try: clean up test
jonas-schievink
committed
1649895
View commit details
Copy full SHA for 1649895
Browse repository at this point
Make nrvo-simple set mir-opt-level=1
Show description for 8a7b1c3
jonas-schievink
committed
8a7b1c3
View commit details
Copy full SHA for 8a7b1c3
Browse repository at this point
Bless mir-opt tests
jonas-schievink
committed
8a3e2b7
View commit details
Copy full SHA for 8a3e2b7
Browse repository at this point
Fix dataflow assert errors
jonas-schievink
committed
812d4bb
View commit details
Copy full SHA for 812d4bb
Browse repository at this point
Add a few dest-prop MIR tests
jonas-schievink
committed
7dbc7f7
View commit details
Copy full SHA for 7dbc7f7
Browse repository at this point
perf: walk liveness backwards in Conflicts::build
jonas-schievink
committed
402f863
View commit details
Copy full SHA for 402f863
Browse repository at this point
Fix dest-prop mir-opt tests
jonas-schievink
committed
665a98d
View commit details
Copy full SHA for 665a98d
Browse repository at this point
perf: only calculate conflicts for candidates
jonas-schievink
committed
ab26fb1
View commit details
Copy full SHA for ab26fb1
Browse repository at this point
perf: bail out when there's >500 candidate locals
jonas-schievink
committed
ddd6930
View commit details
Copy full SHA for ddd6930
Browse repository at this point
Record intra-statement/terminator conflicts
Show description for 88538ad
jonas-schievink
committed
88538ad
View commit details
Copy full SHA for 88538ad
Browse repository at this point
More logging
jonas-schievink
committed
934634e
View commit details
Copy full SHA for 934634e
Browse repository at this point
Properly inherit conflicts when merging locals
jonas-schievink
committed
484db5b
View commit details
Copy full SHA for 484db5b
Browse repository at this point
Fix rebase fallout
jonas-schievink
committed
5728834
View commit details
Copy full SHA for 5728834
Browse repository at this point
Limit block count
jonas-schievink
committed
7af964f
View commit details
Copy full SHA for 7af964f
Browse repository at this point
Fix rebase fallout
jonas-schievink
committed
cd5d720
View commit details
Copy full SHA for cd5d720
Browse repository at this point
Move inner items outside
jonas-schievink
committed
682de94
View commit details
Copy full SHA for 682de94
Browse repository at this point
Return `Place` by value
jonas-schievink
committed
ffd9445
View commit details
Copy full SHA for ffd9445
Browse repository at this point
Clarify FIXME
jonas-schievink
committed
2f9271b
View commit details
Copy full SHA for 2f9271b
Browse repository at this point
You can’t perform that action at this time.