-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Only run MaybeInitializedPlaces dataflow once to elaborate drops #111555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
9c97abd
Simplify for_each_mut_borrow.
cjgillot 760881b
Create bottom on-the-fly instead of cloning it.
cjgillot 8726cbc
Move initialization dataflow impls into their own module.
cjgillot 934a99e
Move domain_size to GenKillAnalysis.
cjgillot 32711b2
Introduce MaybeUnreachable.
cjgillot 5173d85
Allow apply_terminator_effect to customize edges.
cjgillot 3acfa09
Only run MaybeInitializedPlaces once for drop elaboration.
cjgillot f19cd3f
Use TerminatorEdge for dataflow-const-prop.
cjgillot 6cf15d4
Rename MaybeUnreachable.
cjgillot 388f6a6
Make TerminatorEdge plural.
cjgillot aa697f5
Rename YieldResumeEffect.
cjgillot 7ded340
Specify that method only applies statement effects.
cjgillot e9990ce
Only evaluate yield place after resume in liveness.
cjgillot b8fed2f
Make dataflow const-prop handle_switch_int monotonic.
cjgillot 94c5ea3
Update doc comment.
cjgillot f5e4eb9
Use Terminator::edges for backward analysis too.
cjgillot 5b2524e
Do not pre-compute reachable blocks.
cjgillot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Only evaluate yield place after resume in liveness.
- Loading branch information
commit e9990ce89ca62e9c9b62bcde89eb11314ec1dc22
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.