[all-commits] [llvm/llvm-project] c702d4: [WebAssembly] Update latest implemented SIMD instr...
Thomas Lively via All-commits
all-commits at lists.llvm.org
Fri May 15 10:53:22 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c702d4bf4110b65ba7a00daf3af3353ea5b74787
https://github.com/llvm/llvm-project/commit/c702d4bf4110b65ba7a00daf3af3353ea5b74787
Author: Thomas Lively <tlively at google.com>
Date: 2020-05-15 (Fri, 15 May 2020)
Changed paths:
M clang/include/clang/Basic/BuiltinsWebAssembly.def
M clang/lib/Headers/wasm_simd128.h
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
M llvm/test/CodeGen/WebAssembly/simd-arith.ll
M llvm/test/CodeGen/WebAssembly/simd-build-vector.ll
M llvm/test/CodeGen/WebAssembly/simd-offset.ll
Log Message:
-----------
[WebAssembly] Update latest implemented SIMD instructions
Summary:
Move instructions that have recently been implemented in V8 from the
`unimplemented-simd128` target feature to the `simd128` target
feature. The updated instructions match the update at
https://github.com/WebAssembly/simd/pull/223.
Reviewers: aheejin
Subscribers: dschuff, sbc100, jgravelle-google, hiraditya, sunfish, cfe-commits, llvm-commits
Tags: #clang, #llvm
Differential Revision: https://reviews.llvm.org/D79973
More information about the All-commits
mailing list