This reflects changes in the spec proposal made since basic arithmetic
was first implemented.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | ||
---|---|---|
690 | No, it is still used down in MIN_S and friends. | |
llvm/test/CodeGen/WebAssembly/simd-unsupported.ll | ||
312 | The default legalization uses a bunch of SIMD operations rather than scalarizing. One of the SIMD operations it uses is multiplication, so now that multiplication is legal, popcnt is no longer scalarized. |
Can we delete this now then?