JIT: Fix NumArgs for GetFfr* and CreateTrueMaskAll HW intrinsics#105943
JIT: Fix NumArgs for GetFfr* and CreateTrueMaskAll HW intrinsics#105943jakobbotsch merged 3 commits intodotnet:mainfrom
GetFfr* and CreateTrueMaskAll HW intrinsics#105943Conversation
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
|
cc @a74nh, can you check if this fixes the tests for you? |
|
Checking.... |
|
Looks like the issue is still present with this PR |
|
@jakobbotsch , seems that it doesn't fix the error we began to experience after 014632b . Have you encountered this assertion fail? Please let me know if the patch fixes the error for you. |
I have not reproduced it myself, no. I was hoping to be able to guess what the problem was. Let me spend some time to set up the environment to do that. |
GetFfr* and CreateTrueMaskAll HW intrinsics
|
Same problem just for another HW intrinsic. Should fix it now. |
This now fixes it for me (and @SwapnilGaikwad ) |
|
cc @dotnet/jit-contrib @dotnet/arm64-contrib PTAL @TIHan |
Fixes #105869 (comment).