[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / polly / test / ScopDetectionDiagnostics / loop_partially_in_scop-2.ll
blob667ed7d18ab5ab1678d78b07998478f45d8bb97a
1 ; RUN: opt %loadPolly -polly-print-detect -pass-remarks-missed="polly-detect" -disable-output < %s 2>&1| FileCheck %s
3 ; CHECK: remark: <unknown>:0:0: Loop cannot be handled because not all latches are part of loop region.
5 define void @foo(ptr %str0) {
6 if.end32:
7   br label %while.cond
9 while.cond:
10   %str.1 = phi ptr [%str0, %if.end32], [%incdec.ptr58364, %lor.end], [%incdec.ptr58364, %while.cond]
11   %tmp5 = load i8, ptr %str.1, align 1
12   %.off367 = add i8 %tmp5, -48
13   %tmp6 = icmp ult i8 %.off367, 10
14   %incdec.ptr58364 = getelementptr inbounds i8, ptr %str.1, i64 1
15   br i1 %tmp6, label %while.cond, label %lor.end
17 lor.end:
18   br i1 false, label %exit, label %while.cond
20 exit:
21   ret void