[X86] Perform VSELECT DAG combines also before DAG type legalization.
[oota-llvm.git] / test / CodeGen / X86 / avx512-vec-cmp.ll
index c9747a3e94f575d8894d892fe1fd43e8a38530c8..6ca5bcc3b862c6dfc7a862680424e09062da0d92 100644 (file)
@@ -104,8 +104,7 @@ define <8 x float> @test10(<8 x float> %x, <8 x float> %y) nounwind {
 }
 
 ; CHECK-LABEL: test11_unsigned
-; CHECK: vpcmpnleud %zmm
-; CHECK: vpblendmd  %zmm
+; CHECK: vpmaxud
 ; CHECK: ret
 define <8 x i32> @test11_unsigned(<8 x i32> %x, <8 x i32> %y) nounwind {
   %mask = icmp ugt <8 x i32> %x, %y