[all-commits] [llvm/llvm-project] d8f58b: [WebAssembly] Prototype i16x8.q15mulr_sat_s
Thomas Lively via All-commits
all-commits at lists.llvm.org
Fri Oct 9 14:18:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d8f58bf53a98574ef14568fd830edac5d1fb37f3
https://github.com/llvm/llvm-project/commit/d8f58bf53a98574ef14568fd830edac5d1fb37f3
Author: Thomas Lively <tlively at google.com>
Date: 2020-10-09 (Fri, 09 Oct 2020)
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] Prototype i16x8.q15mulr_sat_s
This saturating, rounding, Q-format multiplication instruction is proposed in
https://github.com/WebAssembly/simd/pull/365.
Differential Revision: https://reviews.llvm.org/D88968
More information about the All-commits
mailing list