[PATCH] D51242: [WebAssembly] v128.not

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 28 10:29:00 PDT 2018


tlively added inline comments.


================
Comment at: test/CodeGen/WebAssembly/simd-arith.ll:50
 ; CHECK-LABEL: and_v16i8
-; NO-SIMD128-NOT: i8x16
+; NO-SIMD128-NOT: v128
 ; SIMD128: .param v128, v128{{$}}
----------------
aheejin wrote:
> What causes this change? Is this relevant to this patch?
No, I just realized they should be changed because the bitwise instructions do not have the vector types in their names, so these checks were previously infallible. I'll split this into a separate CL.


Repository:
  rL LLVM

https://reviews.llvm.org/D51242





More information about the llvm-commits mailing list