[all-commits] [llvm/llvm-project] 935c84: [WebAssembly] Add experimental SIMD dot product in...
Thomas Lively via All-commits
all-commits at lists.llvm.org
Fri Nov 1 10:45:59 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 935c84c3c27de4544917216fc2b0557314802202
https://github.com/llvm/llvm-project/commit/935c84c3c27de4544917216fc2b0557314802202
Author: Thomas Lively <tlively at google.com>
Date: 2019-11-01 (Fri, 01 Nov 2019)
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 experimental SIMD dot product instruction
Summary:
This instruction is not merged to the spec proposal, but we need it to
be implemented in the toolchain to experiment with it. It is available
only on an opt-in basis through a clang builtin.
Defined in https://github.com/WebAssembly/simd/pull/127.
Depends on D69696.
Reviewers: aheejin
Subscribers: dschuff, sbc100, jgravelle-google, hiraditya, sunfish, cfe-commits, llvm-commits
Tags: #clang, #llvm
Differential Revision: https://reviews.llvm.org/D69697
More information about the All-commits
mailing list