llvm-for-llvmta/test/Transforms/InstCombine/2004-04-04-InstCombineRepla...

11 lines
202 B
LLVM
Raw Permalink Normal View History

2022-04-25 10:02:23 +02:00
; RUN: opt < %s -instcombine -disable-output
define i32 @test() {
ret i32 0
Loop: ; preds = %Loop
%X = add i32 %X, 1 ; <i32> [#uses=1]
br label %Loop
}