[PATCH] D58859: [WebAssembly] Expand operations not supported by SIMD
Thomas Lively via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 1 17:09:45 PST 2019
tlively created this revision.
tlively added a reviewer: aheejin.
Herald added subscribers: llvm-commits, sunfish, hiraditya, jgravelle-google, sbc100, dschuff.
Herald added a project: LLVM.
This prevents crashes in instruction selection when these operations
are used. The tests check that the scalar version of the instruction
is used where applicable, although some expansions do not use the
scalar version.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D58859
Files:
llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
llvm/test/CodeGen/WebAssembly/simd-unsupported.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58859.189013.patch
Type: text/x-patch
Size: 14655 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190302/b4698772/attachment.bin>
More information about the llvm-commits
mailing list