Uh oh!
There was an error while loading. Please reload this page.
[mono] Fix swizzle_mask type - #107460
Merged
Merged
Conversation
That was catched by llvm debug asserts, the mask should be vector of 16 int8
Contributor
Tagging subscribers to this area: @lambdageek, @steveisok |
lambdageek
approved these changes
Sep 6, 2024
lambdageek
commented
Sep 6, 2024
Member
Should we backport this? Do you know if the release LLVM generates bad code if the swizzle mask has the wrong type? |
lewing
commented
Sep 6, 2024
Member
I think we should probably backport all these llvm fixes to at least 9.0 |
lewing
commented
Sep 10, 2024
Member
/backport release/9.0 |
lambdageek
commented
Sep 10, 2024
Member
/backport to release/9.0 |
Contributor
Started backporting to release/9.0: https://github.com/dotnet/runtime/actions/runs/10791615676 |
4 tasks
This was referenced Sep 11, 2024
This was referenced Sep 11, 2024
jtschuster pushed a commit
to jtschuster/runtime
that referenced
this pull request
Sep 17, 2024
That was catched by llvm debug asserts, the mask should be vector of 16 int8
sirntar pushed a commit
to sirntar/runtime
that referenced
this pull request
Sep 30, 2024
That was catched by llvm debug asserts, the mask should be vector of 16 int8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
That was catched by llvm debug asserts, the mask should be vector of 16x 1 byte integers