-
Notifications
You must be signed in to change notification settings - Fork 15.3k
[CGP]: Optimize mul.overflow. #148343
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
[CGP]: Optimize mul.overflow. #148343
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
b4ac552
[CGP]: Optimize mul.overflow.
hassnaaHamdi f8b60eb
Resolve review comments:
hassnaaHamdi cd2815f
for the case of overflow.no, multiply the low parts of LHS and RHS
hassnaaHamdi cd23298
rebase
hassnaaHamdi 7d1df2f
reduce number of cmp instr.
hassnaaHamdi 9531133
resolve review comments
hassnaaHamdi 6ecfd1f
Resolve review comments:
hassnaaHamdi d878724
fix issue related to Blocks
hassnaaHamdi 0610edf
update test cases
hassnaaHamdi 9fa4927
format
hassnaaHamdi 08c498c
detect optimization pattern to stop reprocessing
hassnaaHamdi 8607d5b
Discard the recent work of detecting the optimization pattern to
hassnaaHamdi d390648
resolve review comments.
hassnaaHamdi ad9f1f9
Don't duplicate instructions to overflow.no BB but only store instruc…
hassnaaHamdi 4c15db5
format
hassnaaHamdi adb0f11
skip fast path if ovoerflow br is a loop
hassnaaHamdi d47b007
Keep basic optimization only and leave the optimal optimization
hassnaaHamdi 1a3f61a
format
hassnaaHamdi 00bdc2a
Use 'getWithNewBitWidth' instead of creating new type
hassnaaHamdi 4334951
use hasNUsesOrMore instead of fetching the users number
hassnaaHamdi 7ccbb1e
use takeName() to transfer the BB name instead of caching it
hassnaaHamdi 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
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.
Uh oh!
There was an error while loading. Please reload this page.