- Notifications
You must be signed in to change notification settings - Fork5.2k
[release/9.0] [mono] Fix swizzle_mask type#107602
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
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 |
jeffschwMSFT commentedSep 11, 2024
@lewing can we get the template filled in? |
jeffschwMSFT left a comment
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
jeffschwMSFT commentedSep 12, 2024
@lewing please take a look at the PR failures |
jeffschwMSFT commentedSep 16, 2024
@lewing@radekdoulik today is the snap, please take a look at the PR failures |
lewing commentedSep 16, 2024
/ba-g BA is red because this is a release branch, failures are known |
lewing commentedSep 16, 2024
@jeffschwMSFT both this and the other look fine now |
Uh oh!
There was an error while loading.Please reload this page.
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