-
Notifications
You must be signed in to change notification settings - Fork 5.6k
JIT: simple forward substitution pass #63720
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
AndyAyersMS
merged 30 commits into
dotnet:main
from
AndyAyersMS:SimpleForwardSubstitution
Feb 4, 2022
Merged
Changes from 8 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
86992b6
JIT: simple forward substitution pass
AndyAyersMS 28cdc5e
Fix windows x86 and arm64 issues:
AndyAyersMS 721938e
reorder checks
AndyAyersMS 6e4a5ad
longs on x86 are special
AndyAyersMS f4599a9
fix arm; don't forward sub no return calls
AndyAyersMS 81e9ec2
add extra check for address exposed uses
AndyAyersMS 70195af
add extra globals check, add disable switch
AndyAyersMS 0c4ec67
properly count implicit promoted field uses
AndyAyersMS 2e6bd0b
look for exposed uses in target statement too
AndyAyersMS 3d24ab1
Merge branch 'main' into SimpleForwardSubstitution
AndyAyersMS ae37a96
fix bad merge
AndyAyersMS cd92c72
update debuginfo test
AndyAyersMS 7b06887
be more cautious about struct fwd sub
AndyAyersMS f415fe5
avoid if initial assign has mismatched type
AndyAyersMS 727037e
complexity limit; move tree to sub checks earlier
AndyAyersMS 6003ea9
fix crossgen2 simd issue
AndyAyersMS 52ca482
make sure we don't lose multireg uses
AndyAyersMS 44ac7d1
avoid call under call sub for now
AndyAyersMS 7abf2fb
size limit for next stmt too
AndyAyersMS 985bb7b
JIT: fix x86 codegen issue
AndyAyersMS d3dfc24
review feedback
AndyAyersMS cb6786c
Merge branch 'main' into SimpleForwardSubstitution
AndyAyersMS 79d2255
Apply suggestions from code review
AndyAyersMS b3d52fe
fix issue with subbing past normalize on store assignment
AndyAyersMS f1509ce
clean up nullcheck of new helper
AndyAyersMS 6cb1c9c
fix build break
AndyAyersMS a9599d3
revise check in gtFoldExprCompare to avoid a few regressions
AndyAyersMS ba9a444
refine gtFoldExprCompare
AndyAyersMS a41602c
Merge branch 'main' into SimpleForwardSubstitution
AndyAyersMS 44aa580
add more thorough checking for call arg interference
AndyAyersMS 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.
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.