-
Notifications
You must be signed in to change notification settings - Fork 871
ConstraintAnalysis: Track relevant locals #8921
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
+380
−8
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
ab1c83b
fix
kripken a72513d
Merge remote-tracking branch 'origin/main' into constraint.deredundant
kripken 642229c
fix sorting
kripken c839fe5
go
kripken 45c4788
fix
kripken 06c03af
form
kripken 7266144
form
kripken 72eba6a
fix
kripken 57b156b
fix
kripken 2c48869
test
kripken f3abddf
fix
kripken baace23
assert
kripken 39d583d
Merge remote-tracking branch 'origin/main' into constraint.relevant
kripken c33dc89
fix
kripken 637663f
Merge remote-tracking branch 'origin/main' into constraint.relevant
kripken 83f1424
simpl
kripken 745ecdb
simpl
kripken ce848d0
try
kripken 2aee764
fix
kripken 8f47c16
go
kripken 06ae43c
rename as suggested
kripken 7502a4c
fix
kripken 3026d40
format
kripken 8bb6a22
simpl
kripken c309b7a
add asserts
kripken 80e9f58
Update src/passes/ConstraintAnalysis.cpp
kripken 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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this change not NFC because of this? IIUC, we're losing a very small amount of optimization power here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, fair enough, I'll remove the NFC. This makes us 20% faster in return for needing another cycle in rare cases.