scottmcm requested wasmtime-compiler-reviewers for a review on PR #8686.
scottmcm opened PR #8686 from scottmcm:extended-iconst
to bytecodealliance:main
:
This enables various things -- like
x * 2
→x + x
andx * -1
→-x
-- for 128-bit numbers as well.Thanks to @jameysharp over in https://github.com/bytecodealliance/wasmtime/pull/8653#issuecomment-2125435660 for noticing that these extractors weren't ever going to match 128-bit numbers as-written, even though the rules could produce 128-bit values.
scottmcm requested elliottt for a review on PR #8686.
jameysharp submitted PR review:
Very nice, thank you!
jameysharp merged PR #8686.
Last updated: Nov 22 2024 at 16:03 UTC