[AVX512] Bring back vector-shuffle lowering support through broadcasts
[oota-llvm.git] / test / CodeGen / X86 / optimize-max-1.ll
index b9e6688837a450d15407fefffef9dea78c98ef6c..ad6c24dce009b5698979fa9f742d11a3ca1dacae 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86-64 | not grep cmov
-; XFAIL: *
+; RUN: llc < %s -march=x86-64 | not grep cmov
 
 ; LSR should be able to eliminate both smax and umax expressions
 ; in loop trip counts.