OSDN Git Service

[WebAssembly][NFC] Move SIMD encoding tests to dedicated file
authorThomas Lively <tlively@google.com>
Fri, 14 Sep 2018 21:21:42 +0000 (21:21 +0000)
committerThomas Lively <tlively@google.com>
Fri, 14 Sep 2018 21:21:42 +0000 (21:21 +0000)
commit53fdce9a566489d6146bf7827bf7aafcaf487220
treed13097043b82f2c1b977e9e0ca27b82672c9fab8
parentc839b30eff4e6e81f1a13dbb5e89cd1080f7b657
[WebAssembly][NFC] Move SIMD encoding tests to dedicated file

Summary:
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.

Reviewers: aheejin, dschuff, aardappel

Subscribers: sbc100, jgravelle-google, sunfish, llvm-commits

Differential Revision: https://reviews.llvm.org/D52007

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@342287 91177308-0d34-0410-b5e6-96231b3b80d8
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 [new file with mode: 0644]