bolt/deps/llvm-18.1.8/llvm/test/Other/loopnest-callback.ll
2025-02-14 19:21:04 +01:00

9 lines
219 B
LLVM

;RUN: opt -disable-output -passes=loop-interchange -print-after-all < %s 2>&1 | FileCheck %s
; CHECK: IR Dump After LoopInterchangePass
define void @foo() {
entry:
br label %for.cond
for.cond:
br label %for.cond
}