[all-commits] [llvm/llvm-project] ae96b5: [WebAssembly] Update relaxed-simd instruction names
Thomas Lively via All-commits
all-commits at lists.llvm.org
Mon Nov 21 12:40:30 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ae96b5bd2dd0c5f7317724f4977b4ff489afe7f3
https://github.com/llvm/llvm-project/commit/ae96b5bd2dd0c5f7317724f4977b4ff489afe7f3
Author: Thomas Lively <tlively at google.com>
Date: 2022-11-21 (Mon, 21 Nov 2022)
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] Update relaxed-simd instruction names
Including builtin and intrinsic names. These should be the final names for the
proposal.
https://github.com/WebAssembly/relaxed-simd/blob/main/proposals/relaxed-simd/Overview.md
Reviewed By: aheejin, maratyszcza
Differential Revision: https://reviews.llvm.org/D138249
More information about the All-commits
mailing list