Mercurial > hg > CbC > CbC_llvm
view polly/test/ScopDetectionDiagnostics/loop_partially_in_scop-2.ll @ 252:1f2b6ac9f198 llvm-original
LLVM16-1
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 18 Aug 2023 09:04:13 +0900 |
parents | c4bab56944e8 |
children |
line wrap: on
line source
; RUN: opt %loadPolly -polly-print-detect -pass-remarks-missed="polly-detect" -disable-output < %s 2>&1| FileCheck %s ; CHECK: remark: <unknown>:0:0: Loop cannot be handled because not all latches are part of loop region. define void @foo(ptr %str0) { if.end32: br label %while.cond while.cond: %str.1 = phi ptr [%str0, %if.end32], [%incdec.ptr58364, %lor.end], [%incdec.ptr58364, %while.cond] %tmp5 = load i8, ptr %str.1, align 1 %.off367 = add i8 %tmp5, -48 %tmp6 = icmp ult i8 %.off367, 10 %incdec.ptr58364 = getelementptr inbounds i8, ptr %str.1, i64 1 br i1 %tmp6, label %while.cond, label %lor.end lor.end: br i1 false, label %exit, label %while.cond exit: ret void }