[PATCH] D112022: [WebAssembly] Add prototype relaxed swizzle instructions
Ng Zhi An via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 18 10:52:22 PDT 2021
ngzhian created this revision.
ngzhian added a reviewer: tlively.
Herald added subscribers: ecnelises, sunfish, hiraditya, jgravelle-google, sbc100, dschuff.
ngzhian requested review of this revision.
Herald added subscribers: llvm-commits, cfe-commits, aheejin.
Herald added projects: clang, LLVM.
Add i8x16 relaxed_swizzle instructions. These are only
exposed as builtins, and require user opt-in.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D112022
Files:
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/WebAssemblyISD.def
llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
llvm/test/CodeGen/WebAssembly/simd-intrinsics.ll
llvm/test/MC/WebAssembly/simd-encodings.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112022.380478.patch
Type: text/x-patch
Size: 5084 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211018/2049671d/attachment.bin>
More information about the llvm-commits
mailing list