Fix two warnings in polly, -Wmismatched-tags and -Wreorder
[polly-mirror.git] / test / ScopInfo / 20110312-Fail-without-basicaa.ll
blob838c491fb5ac64f821a17113839e6a9cae8e17ad
1 ; This should be run without alias analysis enabled.
2 ;RUN: opt %loadPolly -polly-scops < %s
3 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32-n8:16:32"
5 define i32 @main() nounwind {
6 entry:
7   %t.02.reg2mem = alloca float
8   br label %entry.split
10 entry.split:                                      ; preds = %entry
11   store float 0.000000e+00, float* %t.02.reg2mem
12   br label %for.body
14 for.body:                                         ; preds = %for.body, %entry.split
15   %j.01 = phi i32 [ 0, %entry.split ], [ %inc1, %for.body ]
16   %t.02.reload = load float, float* %t.02.reg2mem
17   %inc = fadd float %t.02.reload, 1.000000e+00
18   %inc1 = add nsw i32 %j.01, 1
19   %exitcond = icmp eq i32 %inc1, 5000001
20   store float %inc, float* %t.02.reg2mem
21   br i1 %exitcond, label %for.end, label %for.body
23 for.end:                                          ; preds = %for.body
24   %conv = fptosi float %inc to i32
25   ret i32 %conv