Index: tests_lit/llvm2ice_tests/vector-ops.ll |
diff --git a/tests_lit/llvm2ice_tests/vector-ops.ll b/tests_lit/llvm2ice_tests/vector-ops.ll |
index 1866e62ba6aeb0f95acf925cb7083a96ff50656d..a5dadde132f0cc2605e33cc15e66851e64bdedf4 100644 |
--- a/tests_lit/llvm2ice_tests/vector-ops.ll |
+++ b/tests_lit/llvm2ice_tests/vector-ops.ll |
@@ -37,6 +37,7 @@ entry: |
%res = insertelement <4 x i32> %vec, i32 %elt, i32 0 |
ret <4 x i32> %res |
; CHECK-LABEL: insertelement_v4i32_0: |
+; CHECK: movd xmm{{.*}}, |
; CHECK: movss |
; SSE41-LABEL: insertelement_v4i32_0: |
@@ -164,6 +165,7 @@ entry: |
ret i32 %res |
; CHECK-LABEL: extractelement_v4i32: |
; CHECK: pshufd |
+; CHECK: movd {{.*}}, xmm |
; SSE41-LABEL: extractelement_v4i32: |
; SSE41: pextrd |