- Notifications
You must be signed in to change notification settings - Fork5.2k
[mono] Fix swizzle_mask type#107460
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[mono] Fix swizzle_mask type#107460
Uh oh!
There was an error while loading.Please reload this page.
Conversation
That was catched by llvm debug asserts, the mask should be vector of 16 int8
Tagging subscribers to this area:@lambdageek,@steveisok |
lambdageek commentedSep 6, 2024
Should we backport this? Do you know if the release LLVM generates bad code if the swizzle mask has the wrong type? |
lewing commentedSep 6, 2024
I think we should probably backport all these llvm fixes to at least 9.0 |
lewing commentedSep 10, 2024
/backport release/9.0 |
lambdageek commentedSep 10, 2024
/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