-
Notifications
You must be signed in to change notification settings - Fork 5.1k
ARM64: Eliminate redundant ldr/str instruction #39222
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
Conversation
Added method to check if we can eliminate ld/str instruction
@dotnet/jit-contrib |
I believe this shouldn't go in .NET 5 but need to wait until .NET 6 branch opens? |
I think that's a reasonable choice. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with a couple of comment suggestions.
Failures are related to #41350 |
Added optimizer to check if we can eliminate ldr/str instruction based on previous instruction.
Fixes: #35613 and #35614