You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
288 B
14 lines
288 B
4 months ago
|
; RUN: opt < %s -loop-rotate -licm -loop-unswitch -disable-output
|
||
|
|
||
|
define i32 @main(i32 %argc, i8** %argv) {
|
||
|
entry:
|
||
|
br label %bb7
|
||
|
|
||
|
bb7: ; preds = %bb7, %entry
|
||
|
%tmp54 = icmp slt i32 0, 2000000 ; <i1> [#uses=1]
|
||
|
br i1 %tmp54, label %bb7, label %bb56
|
||
|
|
||
|
bb56: ; preds = %bb7
|
||
|
ret i32 0
|
||
|
}
|