-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Optimize CAST(int <- long)
on 32 bit targets
#53040
Merged
Merged
Commits on Jun 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b84e971 - Browse repository at this point
Copy the full SHA b84e971View commit details -
Revert "Optimize CAST(int <- long) on 32 bit targets"
Revert the implementation in lowering
Configuration menu - View commit details
-
Copy full SHA for ce8317a - Browse repository at this point
Copy the full SHA ce8317aView commit details -
Optimize CAST(int <- long) on 32 bit targets
Move the code from lowering to long decomposition.
Configuration menu - View commit details
-
Copy full SHA for 793790b - Browse repository at this point
Copy the full SHA 793790bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a56b92 - Browse repository at this point
Copy the full SHA 5a56b92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9782f3c - Browse repository at this point
Copy the full SHA 9782f3cView commit details -
While correct, it has questionable value.
Configuration menu - View commit details
-
Copy full SHA for 050041c - Browse repository at this point
Copy the full SHA 050041cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb0b7d5 - Browse repository at this point
Copy the full SHA bb0b7d5View commit details
Commits on Jun 6, 2021
-
Do not try to optimize checked casts
It is easy to get it wrong. Let the frontend handle this.
Configuration menu - View commit details
-
Copy full SHA for 11301fd - Browse repository at this point
Copy the full SHA 11301fdView commit details
Commits on Jun 16, 2021
-
Previous version of the code assumed that there could be no nodes between the cast and its operand. That is not a correct assumption to make in LIR.
Configuration menu - View commit details
-
Copy full SHA for b6ddd26 - Browse repository at this point
Copy the full SHA b6ddd26View commit details
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.