[x86] lower calls to fmin and llvm.minnum.* using minss/minsd/minps/minpd (PR24475)
[oota-llvm.git] / test / CodeGen / X86 / split-vector-bitcast.ll
index 79cc1202dc1333d7cb585aab4d24310d28d5368d..8d80754b9a3593cd412b32e8b38a01590027219a 100644 (file)
@@ -1,10 +1,9 @@
 ; RUN: llc < %s -march=x86 -mattr=-sse2,+sse | grep addps
 
-; XFAIL: *
-; PR10497
+; PR10497 + another isel issue with sse2 disabled
 ; (This is primarily checking that this construct doesn't crash.)
 define void @a(<2 x float>* %a, <2 x i32>* %b) {
-  %cc = load <2 x float>* %a
+  %cc = load <2 x float>, <2 x float>* %a
   %c = fadd <2 x float> %cc, %cc
   %dd = bitcast <2 x float> %c to <2 x i32>
   %d = add <2 x i32> %dd, %dd