-
Notifications
You must be signed in to change notification settings - Fork 5.2k
JIT: Range Checks for "(uint)i > cns" pattern #62864
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
34 commits
Select commit
Hold shift + click to select a range
f5bc205
tmp
EgorBo 2757d64
Merge branch 'main' of https://github.com/dotnet/runtime into span-bo…
EgorBo 1556eb8
Handle bound checks for ((uint)index cmp CNS) pattern
EgorBo be074e4
Fix typo
EgorBo 1b14746
Fix build error
EgorBo 31ab6d5
Fix 32bit platforms
EgorBo 1b06196
Fix 32bit again
EgorBo 81b5232
Update morph.cpp
EgorBo b13b852
Update morph.cpp
EgorBo fc5ceb2
Clean up
EgorBo 1e14f8e
Clean up
EgorBo 53a6405
Move to fgOptimizeRelationalComparisonWithCasts
EgorBo 747339c
fix 32bit again
EgorBo f4b1ffa
fix SetUnsigned
EgorBo 58f4f68
Clean up
EgorBo b9e68b0
Update morph.cpp
EgorBo 929e53b
Merge branch 'main' of https://github.com/dotnet/runtime into bound-c…
EgorBo f4e82ce
test
EgorBo abc7d54
Introduce O1K_CONSTANT_LOOP_BND_UN
EgorBo 3bf8534
Merge branch 'main' of https://github.com/dotnet/runtime into bound-c…
EgorBo aecf6a4
Update assertionprop.cpp
EgorBo 96376f6
Merge branch 'bound-checks-constant-len' of https://github.com/EgorBo…
EgorBo 1c9f406
Merge branch 'main' of https://github.com/dotnet/runtime into bound-c…
EgorBo ff58212
resolve conflicts
EgorBo 61b1fa1
fix newline
EgorBo 8ba164d
Merge branch 'main' of https://github.com/dotnet/runtime into bound-c…
EgorBo e4fff61
Merge branch 'main' of https://github.com/dotnet/runtime into bound-c…
EgorBo f2aa51a
Merge branch 'main' of https://github.com/dotnet/runtime into bound-c…
EgorBo 58cec64
Address feedback
EgorBo 10d9a0d
Apply suggestions from code review
EgorBo 20505fd
Merge branch 'main' of https://github.com/dotnet/runtime into bound-c…
EgorBo a643eb6
Apply suggestions
EgorBo ffadcd7
use bashtoconst
EgorBo d2518c2
use bashtoconst
EgorBo 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
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.