Skip to content

Commit 9890f5e

Browse files
tlivelyalexcrichton
authored andcommitted
[WebAssembly] Test i64x2.abs encoding
This test was disabled despite the instruction having been implemented for a long time. This commit just enables the test. Differential Revision: https://reviews.llvm.org/D100345
1 parent e07c0f5 commit 9890f5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/test/MC/WebAssembly/simd-encodings.s

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,8 @@ main:
597597
# CHECK: i32x4.extmul_high_i16x8_u # encoding: [0xfd,0xbf,0x01]
598598
i32x4.extmul_high_i16x8_u
599599

600-
# TODO: i64x2.abs # encoding: [0xfd,0xc0,0x01]
600+
# CHECK: i64x2.abs # encoding: [0xfd,0xc0,0x01]
601+
i64x2.abs
601602

602603
# CHECK: i64x2.neg # encoding: [0xfd,0xc1,0x01]
603604
i64x2.neg

0 commit comments

Comments
 (0)