alexcrichton opened PR #12957 from alexcrichton:fix-vector-opt to bytecodealliance:main:
This commit fixes an accidental regression from #12926 where
iconst_uwas called with vector types which caused a panic. The fix is is to disallow vector types in these ISLE rules and defer vector optimizations to a future commit.<!--
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
-->
alexcrichton requested cfallin for a review on PR #12957.
alexcrichton requested wasmtime-compiler-reviewers for a review on PR #12957.
alexcrichton added the label fuzz-bug on PR #12957.
cfallin submitted PR review.
cfallin has enabled auto merge for PR #12957.
cfallin added PR #12957 Fix panic optimizing vector expressions to the merge queue.
cfallin merged PR #12957.
cfallin removed PR #12957 Fix panic optimizing vector expressions from the merge queue.
Last updated: Apr 13 2026 at 00:25 UTC