-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Arm64: Combine if conditions into compare chains #79283
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 5 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
3aa62af
Create AND chains in bool optimizer pass
a74nh 48b68ec
Remove contained and morph checks
a74nh 56ff631
Add GT_ANDFLAGS node
a74nh a919a13
Fix X64 build
a74nh 893cbb5
Review fixups
a74nh 31c8560
Add CCMP_EQ/CCMP_NE nodes
a74nh 60341f3
Various cleanups
a74nh 177c92a
remove fgopt changes
a74nh 62dabf4
restore lsraarm64 GT_AND change
a74nh ca38951
Make GT_CCMP_ into conditional nodes
a74nh 2360f26
Merge branch main
a74nh 8323f71
Remove lowering/codegen changes
a74nh bef86f0
update header
a74nh 3bdceeb
Add costing with stress overrides
a74nh adf6b99
Better cbz comment
a74nh 5b99a4d
Use fgRemoveRefPred
a74nh e8ebd2a
Allow reversed conditions in tests
a74nh 748252f
Move optimize bools pass to a new file
a74nh 6a94a6e
Improve cbz detection
a74nh 8846bc3
Move optbools back into optimizer
a74nh 1350849
Forward iterate through the blocks
a74nh f056765
Fixup comment block
a74nh a690be6
Improve scanning for existing chains
a74nh 02bbafe
Fix formatting
a74nh 8fcef67
Allow main optimize bools loop to run again
a74nh e7f4369
Check for tbz conditions generated from pow2 values
a74nh 7f9fdb8
Fix and expand test cases
a74nh 3d8ed4f
Minor fixups
a74nh 191a650
Allow wider range of conditions
a74nh 6cf9cd3
Minor cleanups
a74nh 18ea05c
Reduce max allowed cost
a74nh 238d810
Fix formatting
a74nh 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
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
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.