[all-commits] [llvm/llvm-project] 318127: [WebAssembly] Implement i64x2.mul and remove i8x16...
Thomas Lively via All-commits
all-commits at lists.llvm.org
Tue May 19 12:51:04 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3181273be73ac798c3d5b9081dd53d87a31c91b3
https://github.com/llvm/llvm-project/commit/3181273be73ac798c3d5b9081dd53d87a31c91b3
Author: Thomas Lively <tlively at google.com>
Date: 2020-05-19 (Tue, 19 May 2020)
Changed paths:
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-unsupported.ll
M llvm/test/MC/WebAssembly/simd-encodings.s
Log Message:
-----------
[WebAssembly] Implement i64x2.mul and remove i8x16.mul
Summary:
This reflects changes in the spec proposal made since basic arithmetic
was first implemented.
Reviewers: aheejin
Subscribers: dschuff, sbc100, jgravelle-google, hiraditya, sunfish, cfe-commits, llvm-commits
Tags: #clang, #llvm
Differential Revision: https://reviews.llvm.org/D80174
More information about the All-commits
mailing list