Lines Matching refs:CF
2 …RUN: mlir-opt %s -pass-pipeline="func.func(linalg-detensorize)" | FileCheck %s -check-prefix=DET-CF
59 // DET-CF-LABEL: func @main
60 // DET-CF-SAME: (%{{.*}}: tensor<i32>, %{{.*}}: tensor<i32>)
61 // DET-CF: tensor.extract {{.*}}
62 // DET-CF: cf.br ^[[bb1:.*]](%{{.*}} : i32)
63 // DET-CF: ^[[bb1]](%{{.*}}: i32)
64 // DET-CF: arith.cmpi slt, {{.*}}
65 // DET-CF: cf.cond_br {{.*}}, ^[[bb2:.*]](%{{.*}} : i32), ^[[bb3:.*]](%{{.*}} : i32)
66 // DET-CF: ^[[bb2]](%{{.*}}: i32)
67 // DET-CF: arith.addi {{.*}}
68 // DET-CF: cf.br ^[[bb1]](%{{.*}} : i32)
69 // DET-CF: ^[[bb3]](%{{.*}}: i32)
70 // DET-CF: tensor.from_elements %{{.*}} : tensor<i32>
71 // DET-CF: return %{{.*}} : tensor<i32>