brintos

brintos / llvm-project-archived public Read only

0
0
Text · 219 B · 645e0ee Raw
10 lines · plain
1;RUN: opt -disable-output -passes=loop-interchange -print-after-all < %s 2>&1 | FileCheck %s2 3; CHECK: IR Dump After LoopInterchangePass4define void @foo() {5entry:6  br label %for.cond7for.cond:8  br label %for.cond9}10