summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/avx-zext.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/avx-zext.ll')
-rwxr-xr-xtest/CodeGen/X86/avx-zext.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/X86/avx-zext.ll b/test/CodeGen/X86/avx-zext.ll
index b630e9d..582537e 100755
--- a/test/CodeGen/X86/avx-zext.ll
+++ b/test/CodeGen/X86/avx-zext.ll
@@ -18,11 +18,10 @@ define <4 x i64> @zext_4i32_to_4i64(<4 x i32> %A) nounwind uwtable readnone ssp
ret <4 x i64>%B
}
-
define <8 x i32> @zext_8i8_to_8i32(<8 x i8> %z) {
;CHECK: zext_8i8_to_8i32
;CHECK: vpunpckhwd
-;CHECK: vpunpcklwd
+;CHECK: vpmovzxwd
;CHECK: vinsertf128
;CHECK: ret
%t = zext <8 x i8> %z to <8 x i32>
OpenPOWER on IntegriCloud