-
Notifications
You must be signed in to change notification settings - Fork 381
feat(perf): Track last loads per block in mem2reg and remove them if possible #6088
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 all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
90712c2
handle last_loads per block and remove them if possible
vezenovm 8bf6ff6
remove debugging ssa file
vezenovm 12cd64e
cleanup comments
vezenovm 8c077aa
remove test debugging things
vezenovm 5b88acd
Merge branch 'master' into mv/remove-last-loads-per-block
vezenovm ccd7298
actually removei nstruction do not just map value
vezenovm 65a461f
Merge branch 'master' into mv/remove-last-loads-per-block
vezenovm 2fccdbc
Update compiler/noirc_evaluator/src/ssa/opt/mem2reg/block.rs
vezenovm 26f4041
Update compiler/noirc_evaluator/src/ssa/opt/mem2reg.rs
vezenovm 18b35e5
Update compiler/noirc_evaluator/src/ssa/opt/mem2reg.rs
vezenovm c275357
Update compiler/noirc_evaluator/src/ssa/opt/mem2reg.rs
vezenovm 171108f
fmt
vezenovm 360654e
cleanup
vezenovm 0bf0525
one more cleanup
vezenovm 6ef6546
Merge branch 'master' into mv/remove-last-loads-per-block
vezenovm db6f54a
Update compiler/noirc_evaluator/src/ssa/opt/mem2reg.rs
vezenovm 82bb286
clippy in test
vezenovm 3c45af5
improve keep_repeat_loads_with_alias_store test and track parameters …
vezenovm c85c953
Merge branch 'master' into mv/remove-last-loads-per-block
vezenovm 8c655e2
Update compiler/noirc_evaluator/src/ssa/opt/mem2reg.rs
vezenovm 1327c1a
Merge branch 'master' into mv/remove-last-loads-per-block
vezenovm 02ed30e
Merge branch 'master' into mv/remove-last-loads-per-block
vezenovm b1d8305
timeout increase
vezenovm 7c3b927
Merge branch 'master' into mv/remove-last-loads-per-block
vezenovm 88afd21
Merge branch 'master' into mv/remove-last-loads-per-block
vezenovm 3d6a249
Merge branch 'master' into mv/remove-last-loads-per-block
vezenovm 2d6c0fa
Merge branch 'master' into mv/remove-last-loads-per-block
TomAFrench cba3738
Merge branch 'master' into mv/remove-last-loads-per-block
vezenovm f66b2c6
merge conflicts w/ master
vezenovm cb0dd20
update tests to use SSA parser
vezenovm 9ac843a
Merge branch 'master' into mv/remove-last-loads-per-block
vezenovm 65f8fea
use or_default()
vezenovm c8bb5cc
Update compiler/noirc_evaluator/src/ssa/opt/mem2reg/alias_set.rs
vezenovm 7067aff
Merge remote-tracking branch 'origin/mv/remove-last-loads-per-block' …
vezenovm 4ef0204
cleaup comments
vezenovm ffafdcc
Update compiler/noirc_evaluator/src/ssa/opt/mem2reg.rs
vezenovm ac925cb
move last loads clearing
vezenovm 40396f5
pr comments and cleanup
vezenovm e18c6a6
Merge branch 'master' into mv/remove-last-loads-per-block
vezenovm ce1b777
merge conflicts w/ master
vezenovm 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
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.