Uh oh!
There was an error while loading. Please reload this page.
Ensure CreateScalarUnsafe gets constant handling on Arm64 - #76204
Conversation
ghost
commented
Sep 26, 2022
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue Detailsnull
|
tannergooding
commented
Sep 26, 2022
@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 |
kunalspathak
commented
Sep 26, 2022
I will check it out @tannergooding |
kunalspathak
commented
Sep 27, 2022
@tannergooding - This should unblock you. |
kunalspathak
commented
Sep 27, 2022
Earlier, the interval corresponding to |
tannergooding
commented
Sep 27, 2022
Thanks much for the fix! |
tannergooding
commented
Sep 27, 2022
This should be ready for review. CC. @dotnet/jit-contrib Notably SPMI diffs has marked everything as "missed". I've not seen this before |
jakobbotsch
commented
Sep 27, 2022
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. |
tannergooding
commented
Sep 27, 2022
Thanks! That's a bit unfortunate as I was expecting a few diffs to show up, but I think that's fine overall |
No description provided.