-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Arm64: Add If conversion pass #73472
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
41 commits
Select commit
Hold shift + click to select a range
ea2f3d5
Arm64: Add If conversion pass
a74nh 8ee167f
Minor review fixups
a74nh 039de48
Return a PhaseStatus
a74nh ddfad68
Fix formatting
a74nh 41c3a9e
Check for side effects on NOPs
a74nh 4c93a4c
Add function block comments for the phase
a74nh 891510d
Remove creation of AND chains from if conversion pass
a74nh c1281b5
Update middleBlock flow
a74nh b900344
Check for order side effects
a74nh a3e89b9
Remove COLON_COND check
a74nh 441a60c
Remove flag toggling
a74nh 962c83b
Move the conditional assignment to the JTRUE block
a74nh 90bff39
Fix formatting
a74nh 36cf21d
Allow conditions with side effects
a74nh 127f9a6
Fix formatting
a74nh d1f0862
Correct all moved SSA statements
a74nh 852a5af
Add size costing check
a74nh 6690566
Only move middle block ssa defs
a74nh 58372e2
Fix formatting
a74nh 10a8f1f
Fewer SSA assumptions
a74nh 97b1af1
Use implicit func for value numbering
a74nh 3f60851
Update header for gtFoldExprConditional
a74nh 0f054fe
Cost based on speed
a74nh 6f0abdf
Merge branch 'main'
a74nh 393fd39
Add Stress mode for inner loops
a74nh 09d62fe
Rework costings
a74nh 73007b2
Check for invalid VNs
a74nh 61af92d
Ignore compares against zero
a74nh 4fdabea
Ensure float compares are contained
a74nh be60d30
Allow if conversion of test compares
a74nh 806e061
Do not contain test compares within compare chains
a74nh a508e85
Add float versions of the JIT/opt/Compares tests
a74nh ac2568f
Fix formatting
a74nh bad8097
Compare chains use CmpCompares, selects use Compares
a74nh ed06f67
Merge main
a74nh 935716c
Fix flow checking for empty blocks
a74nh 12bfe0a
Merge main
a74nh f2f3a02
Fix to contexts setting JitStdOutFile
jakobbotsch 2e183bd
Temporary fix for SPMI problem
jakobbotsch b2772ff
Fix attr and reg producing in select generation
a74nh 4281fc0
Revert SPMI changes
jakobbotsch 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
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.