[PATCH] D51242: [WebAssembly] v128.not
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 28 10:08:19 PDT 2018
aheejin 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{{$}}
----------------
What causes this change? Is this relevant to this patch?
Repository:
rL LLVM
https://reviews.llvm.org/D51242
More information about the llvm-commits
mailing list