[all-commits] [llvm/llvm-project] 2542bf: [WebAssembly] Add prototype relaxed swizzle instru...
Ng Zhi An via All-commits
all-commits at lists.llvm.org
Tue Oct 19 17:53:20 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2542bfa43a9709982ee20f8d86f905f4115c41f9
https://github.com/llvm/llvm-project/commit/2542bfa43a9709982ee20f8d86f905f4115c41f9
Author: Zhi An Ng <zhin at chromium.org>
Date: 2021-10-19 (Tue, 19 Oct 2021)
Changed paths:
M clang/include/clang/Basic/BuiltinsWebAssembly.def
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/test/CodeGen/builtins-wasm.c
M llvm/include/llvm/IR/IntrinsicsWebAssembly.td
M llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
M llvm/test/CodeGen/WebAssembly/simd-intrinsics.ll
M llvm/test/MC/WebAssembly/simd-encodings.s
Log Message:
-----------
[WebAssembly] Add prototype relaxed swizzle instructions
Add i8x16 relaxed_swizzle instructions. These are only
exposed as builtins, and require user opt-in.
Differential Revision: https://reviews.llvm.org/D112022
More information about the All-commits
mailing list