implement aliases for div/idiv that have an explicit A register operand,
[oota-llvm.git] / test / Analysis / ScalarEvolution / 2008-11-18-Stride2.ll
index bcbe92f509ae1cedf3681156d8adb547b6c02bc3..fa9f21af3713e4563231a5fc0fe4829064ee230b 100644 (file)
@@ -1,6 +1,9 @@
-; RUN: opt < %s -analyze -scalar-evolution -disable-output |& 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:
        %0 = icmp ugt i32 %x, 999               ; <i1> [#uses=1]