Index: tests_lit/assembler/arm32/and-vec.ll |
diff --git a/tests_lit/assembler/arm32/and-vec.ll b/tests_lit/assembler/arm32/and-vec.ll |
index e4d962543c1cf1bf214dc92784f21fecf989c0a1..35e2713e0e63752c1152ac6edeed522f3a790008 100644 |
--- a/tests_lit/assembler/arm32/and-vec.ll |
+++ b/tests_lit/assembler/arm32/and-vec.ll |
@@ -30,7 +30,7 @@ entry: |
; ASM: vand.i32 q0, q0, q1 |
; DIS: 0: f2000152 |
-; IASM: vand.i32 |
+; IASM-NOT: vand.i32 |
Jim Stichnoth
2016/02/02 18:46:44
Should this just be "vand" like the other changes,
Karl
2016/02/02 19:25:37
Done.
|
ret <4 x i32> %res |
} |
@@ -45,7 +45,7 @@ entry: |
; ASM: vand.i16 q0, q0, q1 |
; DIS: 10: f2000152 |
-; IASM: vand.i16 |
+; IASM-NOT: vand |
ret <8 x i16> %res |
} |
@@ -60,7 +60,7 @@ entry: |
; ASM: vand.i8 q0, q0, q1 |
; DIS: 20: f2000152 |
-; IASM: vand.i8 |
+; IASM-NOT: vand |
ret <16 x i8> %res |
} |
@@ -79,7 +79,7 @@ entry: |
; ASM: vand.i32 q0, q0, q1 |
; DIS: 30: f2000152 |
-; IASM: vand.i32 |
+; IASM-NOT: vand |
ret <4 x i1> %res |
} |
@@ -94,7 +94,7 @@ entry: |
; ASM: vand.i16 q0, q0, q1 |
; DIS: 40: f2000152 |
-; IASM: vand.i16 |
+; IASM-NOT: vand |
ret <8 x i1> %res |
} |
@@ -109,7 +109,7 @@ entry: |
; ASM: vand.i8 q0, q0, q1 |
; DIS: 50: f2000152 |
-; IASM: vand.i8 |
+; IASM-NOT: vand |
ret <16 x i1> %res |
} |