[PATCH] D100345: [WebAssembly] Test i64x2.abs encoding

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 13 00:06:37 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rGcc86a8aa53a3: [WebAssembly] Test i64x2.abs encoding (authored by tlively).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100345/new/

https://reviews.llvm.org/D100345

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


Index: llvm/test/MC/WebAssembly/simd-encodings.s
===================================================================
--- llvm/test/MC/WebAssembly/simd-encodings.s
+++ llvm/test/MC/WebAssembly/simd-encodings.s
@@ -597,7 +597,8 @@
     # CHECK: i32x4.extmul_high_i16x8_u # encoding: [0xfd,0xbf,0x01]
     i32x4.extmul_high_i16x8_u
 
-    # TODO: i64x2.abs # encoding: [0xfd,0xc0,0x01]
+    # CHECK: i64x2.abs # encoding: [0xfd,0xc0,0x01]
+    i64x2.abs
 
     # CHECK: i64x2.neg # encoding: [0xfd,0xc1,0x01]
     i64x2.neg


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100345.337053.patch
Type: text/x-patch
Size: 521 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210413/0f015620/attachment.bin>


More information about the llvm-commits mailing list