[DAGCombiner] Convert constant AND masks to shuffle clear masks down to the byte...
[oota-llvm.git] / test / CodeGen / X86 / sse2-vector-shifts.ll
index 45028cf4bd37259660ecd200cfee42dc110b4d95..a9a25941a41ae5f28b4c33cf2d06772831437812 100644 (file)
@@ -313,6 +313,7 @@ define <4 x i32> @shl_srl_v4i32(<4 x i32> %x) nounwind {
 
 ; CHECK-LABEL: @shl_zext_srl_v4i32
 ; CHECK: andps
+; CHECK: andps
 ; CHECK-NEXT: ret
 define <4 x i32> @shl_zext_srl_v4i32(<4 x i16> %x) nounwind {
   %srl = lshr <4 x i16> %x, <i16 2, i16 2, i16 2, i16 2>