Use the standard target-independent intrinsic to take advantage of standard
optimizations.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/WebAssembly/simd-unsupported.ll | ||
---|---|---|
13 | Aren't these now... "supported"? (This file's name is simd-unsupported.ll, so...) |
llvm/test/CodeGen/WebAssembly/simd-unsupported.ll | ||
---|---|---|
13 | No, I would say these are still unsupported because they don't map down to a single SIMD instruction. The i8x16.popcnt is still just part of a rather large expansion of the operation. Having i8x16.popcnt available makes the expansion better than before, though. |
Aren't these now... "supported"? (This file's name is simd-unsupported.ll, so...)