1 ; RUN: opt %loadPolly -polly-codegen -S < %s | FileCheck %s
3 ; CHECK-NOT: polly.start
5 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
7 ; Function Attrs: nounwind uwtable
8 define void @f(i32 %argc, ptr %A) #0 {
10 br i1 undef, label %for.end, label %for.body
12 for.body: ; preds = %entry
15 for.end: ; preds = %for.body, %entry
16 %i.2 = phi i32 [ 1, %entry ], [ 2, %for.body ]
17 %cmp170 = icmp eq i32 %i.2, %argc
18 br i1 %cmp170, label %if.then172, label %if.end174
20 if.then172: ; preds = %for.end
22 tail call void @usage()
25 if.end174: ; preds = %if.then172, %for.end
26 %idxprom175 = sext i32 %i.2 to i64
30 ; Function Attrs: nounwind uwtable