-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
JIT: Fix NumArgs for GetFfr*
and CreateTrueMaskAll
HW intrinsics
#105943
Conversation
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).