[JITLink][arm64] Support arm64e JIT'd code (initially enabled for MachO only).
[llvm-project.git] / polly / test / ScopDetectionDiagnostics / ReportIrreducibleRegionWithoutDebugLoc.ll
blob2bc515e0ae5e1fc87962619895586ea4e3035871
1 ; RUN: opt %loadNPMPolly '-passes=print<polly-detect>' -pass-remarks-missed="polly-detect" -disable-output < %s 2>&1| FileCheck %s
3 ; CHECK: remark: <unknown>:0:0: Irreducible region encountered in control flow.
5 define void @hoge(ptr %arg)  {
6 bb1:
7   br i1 false, label %bb2, label %bb3
9 bb2:
10   br i1 false, label %bb4, label %bb5
12 bb4:
13   br i1 false, label %bb3, label %bb5
15 bb5:
16   br label %bb6
18 bb6:
19   br label %bb4
21 bb3:
22   ret void