Index: llvm/trunk/test/CodeGen/WebAssembly/simd-arith.ll =================================================================== --- llvm/trunk/test/CodeGen/WebAssembly/simd-arith.ll +++ llvm/trunk/test/CodeGen/WebAssembly/simd-arith.ll @@ -47,7 +47,7 @@ } ; CHECK-LABEL: and_v16i8 -; NO-SIMD128-NOT: i8x16 +; NO-SIMD128-NOT: v128 ; SIMD128: .param v128, v128{{$}} ; SIMD128: .result v128{{$}} ; SIMD128: v128.and $push0=, $0, $1 # encoding: [0xfd,0x3b]{{$}} @@ -58,7 +58,7 @@ } ; CHECK-LABEL: or_v16i8 -; NO-SIMD128-NOT: i8x16 +; NO-SIMD128-NOT: v128 ; SIMD128: .param v128, v128{{$}} ; SIMD128: .result v128{{$}} ; SIMD128: v128.or $push0=, $0, $1 # encoding: [0xfd,0x3c]{{$}} @@ -69,7 +69,7 @@ } ; CHECK-LABEL: xor_v16i8 -; NO-SIMD128-NOT: i8x16 +; NO-SIMD128-NOT: v128 ; SIMD128: .param v128, v128{{$}} ; SIMD128: .result v128{{$}} ; SIMD128: v128.xor $push0=, $0, $1 # encoding: [0xfd,0x3d]{{$}} @@ -130,7 +130,7 @@ } ; CHECK-LABEL: and_v8i16 -; NO-SIMD128-NOT: i16x8 +; NO-SIMD128-NOT: v128 ; SIMD128: .param v128, v128{{$}} ; SIMD128: .result v128{{$}} ; SIMD128: v128.and $push0=, $0, $1 # encoding: [0xfd,0x3b]{{$}} @@ -141,7 +141,7 @@ } ; CHECK-LABEL: or_v8i16 -; NO-SIMD128-NOT: i16x8 +; NO-SIMD128-NOT: v128 ; SIMD128: .param v128, v128{{$}} ; SIMD128: .result v128{{$}} ; SIMD128: v128.or $push0=, $0, $1 # encoding: [0xfd,0x3c]{{$}} @@ -152,7 +152,7 @@ } ; CHECK-LABEL: xor_v8i16 -; NO-SIMD128-NOT: i16x8 +; NO-SIMD128-NOT: v128 ; SIMD128: .param v128, v128{{$}} ; SIMD128: .result v128{{$}} ; SIMD128: v128.xor $push0=, $0, $1 # encoding: [0xfd,0x3d]{{$}} @@ -211,7 +211,7 @@ } ; CHECK-LABEL: and_v4i32 -; NO-SIMD128-NOT: i32x4 +; NO-SIMD128-NOT: v128 ; SIMD128: .param v128, v128{{$}} ; SIMD128: .result v128{{$}} ; SIMD128: v128.and $push0=, $0, $1 # encoding: [0xfd,0x3b]{{$}} @@ -222,7 +222,7 @@ } ; CHECK-LABEL: or_v4i32 -; NO-SIMD128-NOT: i32x4 +; NO-SIMD128-NOT: v128 ; SIMD128: .param v128, v128{{$}} ; SIMD128: .result v128{{$}} ; SIMD128: v128.or $push0=, $0, $1 # encoding: [0xfd,0x3c]{{$}} @@ -233,7 +233,7 @@ } ; CHECK-LABEL: xor_v4i32 -; NO-SIMD128-NOT: i32x4 +; NO-SIMD128-NOT: v128 ; SIMD128: .param v128, v128{{$}} ; SIMD128: .result v128{{$}} ; SIMD128: v128.xor $push0=, $0, $1 # encoding: [0xfd,0x3d]{{$}} @@ -294,7 +294,8 @@ } ; CHECK-LABEL: and_v2i64 -; NO-SIMD128-NOT: i64x2 +; NO-SIMD128-NOT: v128 +; SIMD128-VM-NOT: v128 ; SIMD128: .param v128, v128{{$}} ; SIMD128: .result v128{{$}} ; SIMD128: v128.and $push0=, $0, $1 # encoding: [0xfd,0x3b]{{$}} @@ -305,7 +306,8 @@ } ; CHECK-LABEL: or_v2i64 -; NO-SIMD128-NOT: i64x2 +; NO-SIMD128-NOT: v128 +; SIMD128-VM-NOT: v128 ; SIMD128: .param v128, v128{{$}} ; SIMD128: .result v128{{$}} ; SIMD128: v128.or $push0=, $0, $1 # encoding: [0xfd,0x3c]{{$}} @@ -316,7 +318,8 @@ } ; CHECK-LABEL: xor_v2i64 -; NO-SIMD128-NOT: i64x2 +; NO-SIMD128-NOT: v128 +; SIMD128-VM-NOT: v128 ; SIMD128: .param v128, v128{{$}} ; SIMD128: .result v128{{$}} ; SIMD128: v128.xor $push0=, $0, $1 # encoding: [0xfd,0x3d]{{$}}