-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[mono] Fix swizzle_mask type #107460
[mono] Fix swizzle_mask type #107460
Conversation
That was catched by llvm debug asserts, the mask should be vector of 16 int8
Tagging subscribers to this area: @lambdageek, @steveisok |
Should we backport this? Do you know if the release LLVM generates bad code if the swizzle mask has the wrong type? |
I think we should probably backport all these llvm fixes to at least 9.0 |
/backport release/9.0 |
/backport to release/9.0 |
Started backporting to release/9.0: https://github.com/dotnet/runtime/actions/runs/10791615676 |
That was catched by llvm debug asserts, the mask should be vector of 16 int8
That was catched by llvm debug asserts, the mask should be vector of 16 int8
That was catched by llvm debug asserts, the mask should be vector of 16x 1 byte integers