[PATCH] D52007: [WebAssembly][NFC] Move SIMD encoding tests to dedicated file
Thomas Lively via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 12 16:04:28 PDT 2018
tlively created this revision.
tlively added reviewers: aheejin, dschuff, aardappel.
Herald added subscribers: llvm-commits, sunfish, jgravelle-google, sbc100.
This change makes the tests more focused and avoids problematic
interactions between the testing modes and instruction encoding. This
change also allows the other tests to use less verbose output and
stricter checks.
Repository:
rL LLVM
https://reviews.llvm.org/D52007
Files:
test/CodeGen/WebAssembly/offset-simd.ll
test/CodeGen/WebAssembly/simd-arith.ll
test/CodeGen/WebAssembly/simd-comparisons.ll
test/CodeGen/WebAssembly/simd-conversions.ll
test/CodeGen/WebAssembly/simd-offset.ll
test/CodeGen/WebAssembly/simd.ll
test/MC/WebAssembly/simd-encodings.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52007.165174.patch
Type: text/x-patch
Size: 155361 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180912/98507448/attachment.bin>
More information about the llvm-commits
mailing list