File: 2009-07-17-CrossRegClassCopy.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 (35 lines) | stat: -rw-r--r-- 1,308 bytes parent folder | download | duplicates (21)
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
; RUN: llc < %s

target datalayout = "e-p:32:32:32-i1:8:32-i8:8:32-i16:16:32-i32:32:32-i64:32:32-f32:32:32-f64:32:32-v64:64:64-v128:128:128-a0:0:32"
target triple = "thumbv6t2-elf"
	%struct.dwarf_cie = type <{ i32, i32, i8, [0 x i8], [3 x i8] }>

declare i8* @read_sleb128(i8*, i32* nocapture) nounwind

define i32 @get_cie_encoding(%struct.dwarf_cie* %cie) nounwind {
entry:
	br i1 undef, label %bb1, label %bb13

bb1:		; preds = %entry
	%tmp38 = add i32 undef, 10		; <i32> [#uses=1]
	br label %bb.i

bb.i:		; preds = %bb.i, %bb1
	%indvar.i = phi i32 [ 0, %bb1 ], [ %2, %bb.i ]		; <i32> [#uses=3]
	%tmp39 = add i32 %indvar.i, %tmp38		; <i32> [#uses=1]
	%p_addr.0.i = getelementptr i8, i8* undef, i32 %tmp39		; <i8*> [#uses=1]
	%0 = load i8, i8* %p_addr.0.i, align 1		; <i8> [#uses=1]
	%1 = icmp slt i8 %0, 0		; <i1> [#uses=1]
	%2 = add i32 %indvar.i, 1		; <i32> [#uses=1]
	br i1 %1, label %bb.i, label %read_uleb128.exit

read_uleb128.exit:		; preds = %bb.i
	%.sum40 = add i32 %indvar.i, undef		; <i32> [#uses=1]
	%.sum31 = add i32 %.sum40, 2		; <i32> [#uses=1]
	%scevgep.i = getelementptr %struct.dwarf_cie, %struct.dwarf_cie* %cie, i32 0, i32 3, i32 %.sum31		; <i8*> [#uses=1]
	%3 = call  i8* @read_sleb128(i8* %scevgep.i, i32* undef)		; <i8*> [#uses=0]
	unreachable

bb13:		; preds = %entry
	ret i32 0
}