File: 20110312-Fail-without-basicaa.ll

package info (click to toggle)
swiftlang 6.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,791,604 kB
  • sloc: cpp: 9,901,740; ansic: 2,201,431; asm: 1,091,827; python: 308,252; objc: 82,166; f90: 80,126; lisp: 38,358; pascal: 25,559; sh: 20,429; ml: 5,058; perl: 4,745; makefile: 4,484; awk: 3,535; javascript: 3,018; xml: 918; fortran: 664; cs: 573; ruby: 396
file content (26 lines) | stat: -rw-r--r-- 1,038 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
; This should be run without alias analysis enabled.
;RUN: opt %loadNPMPolly '-passes=print<polly-function-scops>'  -disable-output < %s
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"

define i32 @main() nounwind {
entry:
  %t.02.reg2mem = alloca float
  br label %entry.split

entry.split:                                      ; preds = %entry
  store float 0.000000e+00, ptr %t.02.reg2mem
  br label %for.body

for.body:                                         ; preds = %for.body, %entry.split
  %j.01 = phi i32 [ 0, %entry.split ], [ %inc1, %for.body ]
  %t.02.reload = load float, ptr %t.02.reg2mem
  %inc = fadd float %t.02.reload, 1.000000e+00
  %inc1 = add nsw i32 %j.01, 1
  %exitcond = icmp eq i32 %inc1, 5000001
  store float %inc, ptr %t.02.reg2mem
  br i1 %exitcond, label %for.end, label %for.body

for.end:                                          ; preds = %for.body
  %conv = fptosi float %inc to i32
  ret i32 %conv
}