diff options
| author | Thomas Lively <tlively@google.com> | 2018-10-03 23:02:23 +0000 |
|---|---|---|
| committer | Thomas Lively <tlively@google.com> | 2018-10-03 23:02:23 +0000 |
| commit | 5d461c96bdbcc82f4fd6eeef88633f6f6c06c650 (patch) | |
| tree | c9e2fba348fdbb96afb75afcc71414cf35d64e8e /llvm/test/MC/WebAssembly | |
| parent | f7868ec25bc54a7b07f7498f44320f71242d1fb3 (diff) | |
| download | bcm5719-llvm-5d461c96bdbcc82f4fd6eeef88633f6f6c06c650.tar.gz bcm5719-llvm-5d461c96bdbcc82f4fd6eeef88633f6f6c06c650.zip | |
[WebAssembly] Bitselect intrinsic and instruction
Summary: Depends on D52755.
Reviewers: aheejin, dschuff
Subscribers: sbc100, jgravelle-google, sunfish, llvm-commits
Differential Revision: https://reviews.llvm.org/D52805
llvm-svn: 343739
Diffstat (limited to 'llvm/test/MC/WebAssembly')
| -rw-r--r-- | llvm/test/MC/WebAssembly/simd-encodings.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/MC/WebAssembly/simd-encodings.s b/llvm/test/MC/WebAssembly/simd-encodings.s index beb2b5583a6..a8c9b6df445 100644 --- a/llvm/test/MC/WebAssembly/simd-encodings.s +++ b/llvm/test/MC/WebAssembly/simd-encodings.s @@ -193,6 +193,9 @@ # CHECK: v128.not # encoding: [0xfd,0x3f] v128.not + # CHECK: v128.bitselect # encoding: [0xfd,0x40] + v128.bitselect + # CHECK: i8x16.any_true # encoding: [0xfd,0x41] i8x16.any_true |

