17 lines · plain
1; RUN: opt %loadNPMPolly '-passes=polly-custom<opt-isl>' -S < %s2target datalayout = "e-p:32:32:32-i64:64:64-i32:32:32-i16:16:16-i1:32:32-f64:64:64-f32:32:32-a0:0-n32"3 4define void @sdbout_label() nounwind {5entry:6 br label %for.cond7 8for.cond: ; preds = %for.cond, %entry9 %0 = phi i32 [ 0, %entry ], [ %1, %for.cond ]10 %1 = add nsw i32 %0, 111 %exitcond72 = icmp eq i32 %1, 712 br i1 %exitcond72, label %sw.epilog66, label %for.cond13 14sw.epilog66: ; preds = %for.cond15 ret void16}17