Skip to content
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

[wasm] Disable the PackedSimd.Shuffle intrinsic. #86025

Merged
merged 2 commits into from
Jun 13, 2023

Conversation

vargaz
Copy link
Contributor

@vargaz vargaz commented May 10, 2023

LLVM crashes if the underlying intrinsic has a non-constant shuffle argument, and we can't guarantee that.

LLVM crashes if the underlying intrinsic has a non-constant
shuffle argument, and we can't guarantee that.
@vargaz
Copy link
Contributor Author

vargaz commented May 10, 2023

Maybe the c# definition should be removed too until this is resolved somehow.

@vargaz
Copy link
Contributor Author

vargaz commented May 11, 2023

Another solution would be to make the indexes scalar arguments, and mark them with ConstantExpected.

@radekdoulik
Copy link
Member

remaining failures are unrelated

@radekdoulik radekdoulik merged commit c14f0c7 into dotnet:main Jun 13, 2023
@vargaz vargaz deleted the wasm-no-shuffle branch June 13, 2023 11:27
@ghost ghost locked as resolved and limited conversation to collaborators Jul 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants