-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[TIR] CSE pass : Restrict the equivalence to be decided by a normal form - avoids comparison of terms #11574
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 20 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
561e8c4
Restricting the equivalence relation to be deciding by a normalizatio…
FranckQC dbb9a03
Perfs tests being done
FranckQC bcd46b5
Better, without using two type of vectors
FranckQC b3ab028
Tests for equivalence added, copied from @yuanfz98 in his PR: [TIR] S…
FranckQC 4264e05
Improve comment.
FranckQC 5091d17
Avoid having to do two sorts (one for having a deterministic order, a…
FranckQC 18f1453
Added booleans to turn on/off the identification of terms modulo an e…
FranckQC 5448bf2
Reordering tests
FranckQC 8ce8080
We really need the ordering of the hashtable before iterating through…
FranckQC 8da33b4
We need one sorting before each time we iterate through a hashtable. …
FranckQC 7782c37
Formatting, comments, style, etc
FranckQC 1f80d6f
Add way to activate the equivalence of terms in CSE from the outside …
FranckQC 25a7e7c
Remove printing of perfs and make the second test on determinism a re…
FranckQC 078a914
Fixe formatting issues reported by linter on CI
FranckQC 6fc7c03
Another linter issue fixed
FranckQC 5fc570e
Final linter issues.
FranckQC 6cd97f6
final final linter issues, perhaps.
FranckQC e12ccb2
is it the end?
FranckQC b5ca16f
Some more!
FranckQC 77a8da6
One more, again!
FranckQC c701e51
Transform directly the hashtable into a vector when the boolean ident…
FranckQC e733e5a
Curly braces around then block
FranckQC f605363
Update common_subexpr_elim.cc
FranckQC 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
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
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
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
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.
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.