[libclc] Optimize ceil/fabs/floor/rint/trunc (#119596)
[llvm-project.git] / llvm / test / Transforms / InstCombine / 2004-04-04-InstCombineReplaceAllUsesWith.ll
blob2713dbeedf2d110e8fc8b28bcf313971b3575250
1 ; RUN: opt < %s -passes=instcombine -disable-output
3 define i32 @test() {
4         ret i32 0
6 Loop:           ; preds = %Loop
7         %X = add i32 %X, 1              ; <i32> [#uses=1]
8         br label %Loop