abrown opened PR #1347 from add-load-splat
to master
:
If/when Cranelift gains a
load_splat
instruction, theload + splat
could be replaced with a single Craneliftload_splat
. This change allows thesimd_load_splat.wast
spec test to pass.
- [x] This has been discussed in issue #...
- [x] A short description of what this does, why it is needed: see above.
- [x] This PR contains test cases, if meaningful: see SIMD spec tests run in
wasmtime
.- [x] A reviewer from the core maintainer team has been assigned for this PR.
abrown requested bnjbvr for a review on PR #1347.
abrown updated PR #1347 from add-load-splat
to master
:
If/when Cranelift gains a
load_splat
instruction, theload + splat
could be replaced with a single Craneliftload_splat
. This change allows thesimd_load_splat.wast
spec test to pass.
- [x] This has been discussed in issue #...
- [x] A short description of what this does, why it is needed: see above.
- [x] This PR contains test cases, if meaningful: see SIMD spec tests run in
wasmtime
.- [x] A reviewer from the core maintainer team has been assigned for this PR.
bnjbvr submitted PR Review.
abrown merged PR #1347.
Last updated: Nov 22 2024 at 16:03 UTC