[PATCH] D22686: [WASM] SIMD128 support.

João Porto via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 27 14:29:42 PDT 2016


jpp added inline comments.

================
Comment at: lib/Target/WebAssembly/WebAssemblyInstrInfo.td:113
@@ -106,1 +112,3 @@
 defm : ARGUMENT<F64>;
+defm : SIMD_ARGUMENT<v16i8>;
+defm : SIMD_ARGUMENT<v8i16>;
----------------
If I use ARGUMENT<V128> instead of SIMD_ARGUMENT<V128>, then tablegen compains

In ARGUMENT_V128: Could not infer all types in pattern!

But this is at least not an assertion. :)


Repository:
  rL LLVM

https://reviews.llvm.org/D22686





More information about the llvm-commits mailing list