[PATCH] D55904: [WebAssembly] Gate unimplemented SIMD ops on flag
Thomas Lively via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 19 15:06:21 PST 2018
tlively created this revision.
tlively added reviewers: aheejin, dschuff.
Herald added subscribers: llvm-commits, sunfish, jgravelle-google, sbc100.
Gates v128.const, f32x4.sqrt, f32x4.div, i8x16.extract_lane_u, and
i16x8.extract_lane_u on the --wasm-enable-unimplemented-simd flag,
since these ops are not implemented yet in V8.
Repository:
rL LLVM
https://reviews.llvm.org/D55904
Files:
lib/Target/WebAssembly/WebAssemblyFastISel.cpp
lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
lib/Target/WebAssembly/WebAssemblyInstrInfo.td
lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
test/CodeGen/WebAssembly/simd-arith.ll
test/CodeGen/WebAssembly/simd.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55904.178973.patch
Type: text/x-patch
Size: 12458 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181219/5796d6b2/attachment.bin>
More information about the llvm-commits
mailing list