As proposed in https://github.com/WebAssembly/simd/pull/124, using the opcodes
adopted by V8 in
https://chromium-review.googlesource.com/c/v8/v8/+/2486235/2/src/wasm/wasm-opcodes.h.
Uses new builtin functions and a new target intrinsic exclusively to ensure that
the new instructions are only emitted when a user explicitly opts in to using
them since they are still in the prototyping and evaluation phase.
Details
Details
- Reviewers
aheejin - Commits
- rGbe6f50798e79: [WebAssembly] Implement SIMD signselect instructions
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo