comparison test/Transforms/IndVarSimplify/loop_evaluate_2.ll @ 120:1172e4bd9c6f

update 4.0.0
author mir3636
date Fri, 25 Nov 2016 19:14:25 +0900
parents 95c75e76d11b
children
comparison
equal deleted inserted replaced
101:34baf5011add 120:1172e4bd9c6f
1 ; RUN: opt < %s -indvars -loop-deletion -simplifycfg | opt \ 1 ; RUN: opt < %s -indvars -loop-deletion -simplifycfg | opt -analyze -loops | FileCheck %s
2 ; RUN: -analyze -loops | not grep "^Loop Containing"
3 ; PR1179 2 ; PR1179
3
4 ; CHECK-NOT: Loop Containing
4 5
5 define i32 @ltst(i32 %x) { 6 define i32 @ltst(i32 %x) {
6 entry: 7 entry:
7 icmp sgt i32 %x, 0 ; <i1>:0 [#uses=1] 8 icmp sgt i32 %x, 0 ; <i1>:0 [#uses=1]
8 br i1 %0, label %bb.preheader, label %bb8 9 br i1 %0, label %bb.preheader, label %bb8