File: forbidden-slot-ir.ll

package info (click to toggle)
llvm-toolchain-20 1%3A20.1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,111,696 kB
  • sloc: cpp: 7,438,781; ansic: 1,393,871; asm: 1,012,926; python: 241,771; f90: 86,635; objc: 75,411; lisp: 42,144; pascal: 17,286; sh: 8,596; ml: 5,082; perl: 4,730; makefile: 3,591; awk: 3,523; javascript: 2,251; xml: 892; fortran: 672
file content (71 lines) | stat: -rw-r--r-- 1,920 bytes parent folder | download | duplicates (17)
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
target triple = "mipsisa32r6el-unknown-linux-gnu"

; RUN: llc -filetype=asm %s -o - | FileCheck %s --check-prefix=MIPSELR6
; Function Attrs: noinline nounwind optnone uwtable
define i1 @foo0() nounwind {
; MIPSELR6:      bnezc	$1, $BB0_2
; MIPSELR6-NEXT: nop
; MIPSELR6:      jr	$ra
entry:
  %0 = icmp eq i32 0, 1
  br i1 %0, label %2, label %3
  ret i1 %0
2:                                                
  ret i1 %0
3:                                                
  ret i1 %0
}

define i32 @foo1() nounwind {
; MIPSELR6:      addiu	$2, $2, 1
; MIPSELR6-NEXT: .set	noreorder
; MIPSELR6-NEXT: beqzc	$2, $tmp0
; MIPSELR6-NEXT: nop
; MIPSELR6-NEXT: .set	reorder
; MIPSELR6:      jrc	$ra
entry:
  %0 = tail call i32 asm "1: addiu $0, $0, 1; beqzc $0, 1b", "=r"() nounwind
  ret i32 %0
}

define i32 @foo2() nounwind {
; MIPSELR6:      .set	push
; MIPSELR6-NEXT: .set	at
; MIPSELR6-NEXT: .set	macro
; MIPSELR6-NEXT: .set	reorder
; MIPSELR6:      .set	noreorder
; MIPSELR6-NEXT: beqzc	$9, End
; MIPSELR6-NEXT: nop
; MIPSELR6-NEXT: .set	reorder
; MIPSELR6:      addiu	$9, $9, 1
entry:
  %0 = tail call i32 asm "beqzc $$t1, End", "=r"() nounwind
  %1 = tail call i32 asm "addiu $$t1, $$t1, 1", "=r"() nounwind
  %2 = add nsw i32 %1, %0
  ret i32 %2
}

define i32 @foo3() nounwind {
; MIPSELR6:      addiu	$2, $2, 1
; MIPSELR6-NEXT: .set	noreorder
; MIPSELR6-NEXT: beqzc	$2, $tmp1
; MIPSELR6-NEXT: nop
; MIPSELR6-NEXT: .set	noreorder
; MIPSELR6-NEXT: j	End
; MIPSELR6-NEXT: nop
; MIPSELR6-NEXT: .set	reorder
entry:
  %0 = tail call i32 asm "1: addiu $0, $0, 1; beqzc $0, 1b; j End", "=r"() nounwind
  ret i32 %0
}

define i32 @foo4() nounwind {
; MIPSELR6:      addiu	$2, $2, 1
; MIPSELR6-NEXT: .set	noreorder
; MIPSELR6-NEXT: beqzc  $2, $tmp2
; MIPSELR6-NEXT: addiu	$2, $2, 1
; MIPSELR6-NEXT: .set	reorder
entry:
  %0 = tail call i32 asm "1: addiu $0, $0, 1; beqzc $0, 1b; addiu $0, $0, 1", "=r"() nounwind
  ret i32 %0
}