-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Ensure CreateScalarUnsafe gets constant handling on Arm64 #76204
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
Ensure CreateScalarUnsafe gets constant handling on Arm64 #76204
Conversation
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue Detailsnull
|
@kunalspathak, could you assist with this? I was working on a different PR but was getting failures, so I've isolated it down to something that is trivial and "should" work. But which raises an assert in the Arm64 LSRA |
I will check it out @tannergooding |
@tannergooding - This should unblock you. |
Earlier, the interval corresponding to |
Thanks much for the fix! |
This should be ready for review. CC. @dotnet/jit-contrib Notably SPMI diffs has marked everything as "missed". I've not seen this before |
The missed contexts look to be just a small fraction of the overall contexts. It is expected due to the revert #76235 that put us back at an old JIT-EE GUID, so the collection we are using now is quite old (from last Sunday) and JIT changes since then are causing some misses. |
Thanks! That's a bit unfortunate as I was expecting a few diffs to show up, but I think that's fine overall |
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
No description provided.