bolt/deps/llvm-18.1.8/llvm/test/Other/2008-02-14-PassManager.ll

6 lines
126 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; RUN: opt < %s -passes=loop-unroll,loop-rotate,simplifycfg -disable-output
; PR2028
define i32 @test1() {
ret i32 0
}