brintos

brintos / llvm-project-archived public Read only

0
0
Text · 209 B · 2713dbe Raw
11 lines · plain
1; RUN: opt < %s -passes=instcombine -disable-output2 3define i32 @test() {4        ret i32 05 6Loop:           ; preds = %Loop7        %X = add i32 %X, 1              ; <i32> [#uses=1]8        br label %Loop9}10 11