yomaytk opened PR #11811 from yomaytk:fix-10912 to bytecodealliance:main:
Hello, this fixes #10921.
In the AArch64 backend, bitwise operations on float values (bor, bxor, band) were causing type errors because the same rules as for integer values (e.g.bor_fits_in_64)were being applied.
This PR applies the same rules as for vector values instead.<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
yomaytk requested alexcrichton for a review on PR #11811.
yomaytk requested wasmtime-compiler-reviewers for a review on PR #11811.
yomaytk edited PR #11811:
Hello, this fixes #10921.
In the cranelift AArch64 backend, bitwise operations on float values (bor, bxor, band) were causing type errors because the same rules as for integer values (e.g.bor_fits_in_64)were being applied.
This PR applies the same rules as for vector values instead.<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
yomaytk updated PR #11811.
yomaytk updated PR #11811.
alexcrichton submitted PR review:
Thanks!
alexcrichton merged PR #11811.
Last updated: Dec 06 2025 at 06:05 UTC