diff options
Diffstat (limited to 'test/CodeGen/X86/reduce-trunc-shl.ll')
-rw-r--r-- | test/CodeGen/X86/reduce-trunc-shl.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/reduce-trunc-shl.ll b/test/CodeGen/X86/reduce-trunc-shl.ll index 275327b1486eb..0638e9e3f6cd8 100644 --- a/test/CodeGen/X86/reduce-trunc-shl.ll +++ b/test/CodeGen/X86/reduce-trunc-shl.ll @@ -41,7 +41,7 @@ define <8 x i16> @trunc_shl_v8i16_v8i32(<8 x i32> %a) { ; AVX2-LABEL: trunc_shl_v8i16_v8i32: ; AVX2: # BB#0: ; AVX2-NEXT: vpslld $17, %ymm0, %ymm0 -; AVX2-NEXT: vpshufb {{.*#+}} ymm0 = ymm0[0,1,4,5,8,9,12,13],zero,zero,zero,zero,zero,zero,zero,zero,ymm0[16,17,20,21,24,25,28,29],zero,zero,zero,zero,zero,zero,zero,zero +; AVX2-NEXT: vpshufb {{.*#+}} ymm0 = ymm0[0,1,4,5,8,9,12,13,8,9,12,13,12,13,14,15,16,17,20,21,24,25,28,29,24,25,28,29,28,29,30,31] ; AVX2-NEXT: vpermq {{.*#+}} ymm0 = ymm0[0,2,2,3] ; AVX2-NEXT: # kill: %XMM0<def> %XMM0<kill> %YMM0<kill> ; AVX2-NEXT: vzeroupper |