1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=avx2 | FileCheck %s
4 define <8 x i32> @foo(<8 x i1> %bar) nounwind readnone {
7 ; CHECK-NEXT: vpmovzxwd {{.*#+}} ymm0 = xmm0[0],zero,xmm0[1],zero,xmm0[2],zero,xmm0[3],zero,xmm0[4],zero,xmm0[5],zero,xmm0[6],zero,xmm0[7],zero
8 ; CHECK-NEXT: vpslld $31, %ymm0, %ymm0
9 ; CHECK-NEXT: vpsrad $31, %ymm0, %ymm0
11 %s = sext <8 x i1> %bar to <8 x i32>