brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.6 KiB · 9896fba Raw
42 lines · plain
1; RUN: opt %loadNPMPolly -pass-remarks-analysis=polly-scops '-passes=polly-custom<scops>' -polly-print-scops -polly-invariant-load-hoisting=true -disable-output < %s 2>&1 | FileCheck %s2;3; CHECK: Low complexity assumption:4;5target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"6 7@board = external global [421 x i8], align 168 9; Function Attrs: nounwind uwtable10define fastcc void @ping_recurse(ptr nocapture %mx, ptr nocapture %mr, i32 %color) unnamed_addr {11entry:12  br label %land.lhs.true38.113 14if.end58:                                         ; preds = %land.lhs.true38.2, %if.end54.115  ret void16 17land.lhs.true38.1:                                ; preds = %entry18  %0 = load i32, ptr %mr, align 419  %cmp41.1 = icmp eq i32 %0, 020  br i1 %cmp41.1, label %land.lhs.true43.1, label %if.end54.121 22land.lhs.true43.1:                                ; preds = %land.lhs.true38.123  %1 = load i32, ptr %mx, align 424  %cmp46.1 = icmp eq i32 %1, 125  %cmp51.1 = icmp eq i32 0, %color26  %or.cond.1 = or i1 %cmp51.1, %cmp46.127  br i1 %or.cond.1, label %if.then53.1, label %if.end54.128 29if.then53.1:                                      ; preds = %land.lhs.true43.130  tail call fastcc void @ping_recurse(ptr nonnull %mx, ptr nonnull %mr, i32 %color)31  br label %if.end54.132 33if.end54.1:                                       ; preds = %if.then53.1, %land.lhs.true43.1, %land.lhs.true38.134  %2 = load i8, ptr @board, align 135  %cmp36.2 = icmp eq i8 %2, 336  br i1 %cmp36.2, label %if.end58, label %land.lhs.true38.237 38land.lhs.true38.2:                                ; preds = %if.end54.139  %3 = load i32, ptr %mr, align 440  br label %if.end5841}42