These experimental new instructions are proposed in
https://github.com/WebAssembly/simd/pull/201.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D76397
[WebAssembly] SIMD bitmask intrinsics and builtin functions ClosedPublic Authored by tlively on Mar 18 2020, 5:11 PM.
Details Summary These experimental new instructions are proposed in
Diff Detail
Event Timelinetlively added a child revision: D76399: [WebAssembly] SIMD integer abs instructions.Mar 18 2020, 6:16 PM This revision is now accepted and ready to land.Mar 19 2020, 3:24 AM Closed by commit rGa3f974f3c332: [WebAssembly] SIMD bitmask intrinsics and builtin functions (authored by tlively). · Explain WhyMar 19 2020, 5:33 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 251515 clang/include/clang/Basic/BuiltinsWebAssembly.def
clang/lib/CodeGen/CGBuiltin.cpp
clang/test/CodeGen/builtins-wasm.c
llvm/include/llvm/IR/IntrinsicsWebAssembly.td
llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
llvm/test/CodeGen/WebAssembly/simd-intrinsics.ll
llvm/test/MC/WebAssembly/simd-encodings.s
|