-
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
[release/9.0] [mono] Fix swizzle_mask type #107602
Conversation
That was catched by llvm debug asserts, the mask should be vector of 16 int8
Tagging subscribers to this area: @lambdageek, @steveisok |
@lewing can we get the template filled in? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved. we can merge when ready
@lewing please take a look at the PR failures |
@lewing @radekdoulik today is the snap, please take a look at the PR failures |
/ba-g BA is red because this is a release branch, failures are known |
@jeffschwMSFT both this and the other look fine now |
Backport of #107460 to release/9.0
/cc @lambdageek @radekdoulik
Customer Impact
When working though llvm issues it was discovered that the wrong llvm type was used when constructing the Wasm SIMD intrinsic swizzle mask. The fixes a correctness issue that would otherwise appear when working with llvm
Regression
[If yes, specify when the regression was introduced. Provide the PR or commit if known.]
Testing
[How was the fix verified? How was the issue missed previously? What tests were added?]
Risk
Low