File: cross-rc-coalescing-1.ll

package info (click to toggle)
llvm-toolchain-11 1%3A11.0.1-2~deb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 995,836 kB
  • sloc: cpp: 4,767,656; ansic: 760,916; asm: 477,436; python: 170,940; objc: 69,804; lisp: 29,914; sh: 23,855; f90: 18,173; pascal: 7,551; perl: 7,471; ml: 5,603; awk: 3,489; makefile: 2,573; xml: 915; cs: 573; fortran: 503; javascript: 452
file content (52 lines) | stat: -rw-r--r-- 1,946 bytes parent folder | download | duplicates (28)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
; RUN: llc < %s -mtriple=thumbv7-apple-darwin9 -mcpu=cortex-a8

%struct.FILE = type { i8*, i32, i32, i16, i16, %struct.__sbuf, i32, i8*, i32 (i8*)*, i32 (i8*, i8*, i32)*, i64 (i8*, i64, i32)*, i32 (i8*, i8*, i32)*, %struct.__sbuf, %struct.__sFILEX*, i32, [3 x i8], [1 x i8], %struct.__sbuf, i32, i64 }
%struct.__sFILEX = type opaque
%struct.__sbuf = type { i8*, i32 }

declare i32 @fgetc(%struct.FILE* nocapture) nounwind

define i32 @main(i32 %argc, i8** nocapture %argv) nounwind {
entry:
  br i1 undef, label %bb, label %bb1

bb:                                               ; preds = %entry
  unreachable

bb1:                                              ; preds = %entry
  br i1 undef, label %bb.i1, label %bb1.i2

bb.i1:                                            ; preds = %bb1
  unreachable

bb1.i2:                                           ; preds = %bb1
  %0 = call  i32 @fgetc(%struct.FILE* undef) nounwind ; <i32> [#uses=0]
  br i1 undef, label %bb2.i3, label %bb3.i4

bb2.i3:                                           ; preds = %bb1.i2
  br i1 undef, label %bb4.i, label %bb3.i4

bb3.i4:                                           ; preds = %bb2.i3, %bb1.i2
  unreachable

bb4.i:                                            ; preds = %bb2.i3
  br i1 undef, label %bb5.i, label %get_image.exit

bb5.i:                                            ; preds = %bb4.i
  unreachable

get_image.exit:                                   ; preds = %bb4.i
  br i1 undef, label %bb28, label %bb27

bb27:                                             ; preds = %get_image.exit
  br label %bb.i

bb.i:                                             ; preds = %bb.i, %bb27
  %1 = fptrunc double undef to float              ; <float> [#uses=1]
  %2 = fptoui float %1 to i8                      ; <i8> [#uses=1]
  store i8 %2, i8* undef, align 1
  br label %bb.i

bb28:                                             ; preds = %get_image.exit
  unreachable
}