gurry opened PR #6851 from gurry:issue-6828
to bytecodealliance:main
:
Fixes #6828
gurry updated PR #6851.
gurry updated PR #6851.
gurry updated PR #6851.
gurry has marked PR #6851 as ready for review.
gurry requested elliottt for a review on PR #6851.
gurry requested wasmtime-compiler-reviewers for a review on PR #6851.
gurry updated PR #6851.
gurry has marked PR #6851 as ready for review.
afonso360 submitted PR review.
afonso360 created PR review comment:
I think
avg_round
might also not have a scalar substitute at least the docs don't claim it does.
afonso360 submitted PR review:
This looks great! Thanks for working through this.
I've had a look at the rest of our opcodes and I don't think we are missing any of them (at least for integers)!
I think it's possible to do a transform from
splat+icmp
intoicmp+bmask+splat
, but leaving that for a future PR is also OK!I've also run our fuzzer on this PR for a couple of hours and nothing has come up.
afonso360 submitted PR review:
This looks great! Thanks for working through this.
I've had a look at the rest of our opcodes and I don't think we are missing any of them (at least for integers)!
I think it's possible to do a transform from
splat+icmp
intoicmp+bmask+splat
, but leaving that for a future PR is also OK! I'm also not sure if this is a good transform to do. Since I think it would be the only one that actually adds instructions rather than reducing them.I've also run our fuzzer on this PR for a couple of hours and nothing has come up.
gurry updated PR #6851.
gurry submitted PR review.
gurry created PR review comment:
Thanks for spotting that. Removed it.
afonso360 merged PR #6851.
Last updated: Nov 22 2024 at 17:03 UTC