Fix the order of the operands in the llvm.fma intrinsic patterns for ARM,
[oota-llvm.git] / test / Analysis / ScalarEvolution / 2008-11-18-Stride2.ll
index a8db01e29b3636d8c73be0c8b57ed5d7df8d7dd7..fa9f21af3713e4563231a5fc0fe4829064ee230b 100644 (file)
@@ -1,4 +1,8 @@
-; RUN: llvm-as < %s | opt -analyze -scalar-evolution |& grep {/u 3}
+; RUN: opt < %s -analyze -scalar-evolution |& grep {/u 3}
+; XFAIL: *
+
+; This is a tricky testcase for unsigned wrap detection which ScalarEvolution
+; doesn't yet know how to do.
 
 define i32 @f(i32 %x) nounwind readnone {
 entry: