brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.5 KiB · 49a8c38 Raw
40 lines · plain
1; RUN: opt %loadNPMPolly '-passes=polly<no-default-opts>' -S < %s | FileCheck %s2;3; CHECK:      if.then260:4; CHECK-NEXT:   %p.4 = getelementptr inbounds i8, ptr null, i64 15; CHECK-NEXT:   %sub.ptr.lhs.cast263 = ptrtoint ptr %p.4 to i646; CHECK-NEXT:   %sub.ptr.sub265 = sub i64 %sub.ptr.lhs.cast263, 07; CHECK-NEXT:   %div = udiv i64 0, %sub.ptr.sub2658; CHECK-NEXT:   %cmp268 = icmp ult i64 0, %div9; CHECK-NEXT:   br i1 %cmp268, label %cond.true270, label %while.cond.region_exiting10;11target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"12 13; Function Attrs: nounwind uwtable14define void @XS_MIME__QuotedPrint_encode_qp() {15entry:16  %Perl_sv_len = alloca i64, align 817  br label %if.end18 19if.end:                                           ; preds = %entry20  br label %while.cond21 22while.cond:                                       ; preds = %cond.true270, %if.then260, %if.end23  %p.0 = phi ptr [ null, %if.end ], [ %p.4, %if.then260 ], [ %p.4, %cond.true270 ]24  br i1 undef, label %if.then260, label %while.body21025 26while.body210:                                    ; preds = %while.cond27  ret void28 29if.then260:                                       ; preds = %while.cond30  %p.4 = getelementptr inbounds i8, ptr null, i64 131  %sub.ptr.lhs.cast263 = ptrtoint ptr %p.4 to i6432  %sub.ptr.sub265 = sub i64 %sub.ptr.lhs.cast263, 033  %div = udiv i64 0, %sub.ptr.sub26534  %cmp268 = icmp ult i64 0, %div35  br i1 %cmp268, label %cond.true270, label %while.cond36 37cond.true270:                                     ; preds = %if.then26038  br label %while.cond39}40