Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / Mips / GlobalISel / llvm-ir / add.ll
blob38d3f00f62db21506f994513c2058ecdce2019b8
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc  -O0 -mtriple=mipsel-linux-gnu -global-isel  -verify-machineinstrs %s -o -| FileCheck %s -check-prefixes=MIPS32
3 define i32 @add_i32(i32 %x, i32 %y) {
4 ; MIPS32-LABEL: add_i32:
5 ; MIPS32:       # %bb.0: # %entry
6 ; MIPS32-NEXT:    addu $2, $4, $5
7 ; MIPS32-NEXT:    jr $ra
8 ; MIPS32-NEXT:    nop
9 entry:
10   %z = add i32 %x, %y
11   ret i32 %z
14 define signext i8 @add_i8_sext(i8 signext %a, i8 signext %b) {
15 ; MIPS32-LABEL: add_i8_sext:
16 ; MIPS32:       # %bb.0: # %entry
17 ; MIPS32-NEXT:    addu $1, $5, $4
18 ; MIPS32-NEXT:    sll $1, $1, 24
19 ; MIPS32-NEXT:    sra $2, $1, 24
20 ; MIPS32-NEXT:    jr $ra
21 ; MIPS32-NEXT:    nop
22 entry:
23   %add = add i8 %b, %a
24   ret i8 %add
27 define zeroext i8 @add_i8_zext(i8 zeroext %a, i8 zeroext %b) {
28 ; MIPS32-LABEL: add_i8_zext:
29 ; MIPS32:       # %bb.0: # %entry
30 ; MIPS32-NEXT:    addu $1, $5, $4
31 ; MIPS32-NEXT:    andi $2, $1, 255
32 ; MIPS32-NEXT:    jr $ra
33 ; MIPS32-NEXT:    nop
34 entry:
35   %add = add i8 %b, %a
36   ret i8 %add
39 define i8 @add_i8_aext(i8 %a, i8 %b) {
40 ; MIPS32-LABEL: add_i8_aext:
41 ; MIPS32:       # %bb.0: # %entry
42 ; MIPS32-NEXT:    addu $2, $5, $4
43 ; MIPS32-NEXT:    jr $ra
44 ; MIPS32-NEXT:    nop
45 entry:
46   %add = add i8 %b, %a
47   ret i8 %add
50 define signext i16 @add_i16_sext(i16 signext %a, i16 signext %b) {
51 ; MIPS32-LABEL: add_i16_sext:
52 ; MIPS32:       # %bb.0: # %entry
53 ; MIPS32-NEXT:    addu $1, $5, $4
54 ; MIPS32-NEXT:    sll $1, $1, 16
55 ; MIPS32-NEXT:    sra $2, $1, 16
56 ; MIPS32-NEXT:    jr $ra
57 ; MIPS32-NEXT:    nop
58 entry:
59   %add = add i16 %b, %a
60   ret i16 %add
63 define zeroext i16 @add_i16_zext(i16 zeroext %a, i16 zeroext %b) {
64 ; MIPS32-LABEL: add_i16_zext:
65 ; MIPS32:       # %bb.0: # %entry
66 ; MIPS32-NEXT:    addu $1, $5, $4
67 ; MIPS32-NEXT:    andi $2, $1, 65535
68 ; MIPS32-NEXT:    jr $ra
69 ; MIPS32-NEXT:    nop
70 entry:
71   %add = add i16 %b, %a
72   ret i16 %add
75 define i16 @add_i16_aext(i16 %a, i16 %b) {
76 ; MIPS32-LABEL: add_i16_aext:
77 ; MIPS32:       # %bb.0: # %entry
78 ; MIPS32-NEXT:    addu $2, $5, $4
79 ; MIPS32-NEXT:    jr $ra
80 ; MIPS32-NEXT:    nop
81 entry:
82   %add = add i16 %b, %a
83   ret i16 %add
86 define i64 @add_i64(i64 %a, i64 %b) {
87 ; MIPS32-LABEL: add_i64:
88 ; MIPS32:       # %bb.0: # %entry
89 ; MIPS32-NEXT:    addu $2, $6, $4
90 ; MIPS32-NEXT:    sltu $3, $2, $4
91 ; MIPS32-NEXT:    addu $1, $7, $5
92 ; MIPS32-NEXT:    andi $3, $3, 1
93 ; MIPS32-NEXT:    addu $3, $1, $3
94 ; MIPS32-NEXT:    jr $ra
95 ; MIPS32-NEXT:    nop
96 entry:
97   %add = add i64 %b, %a
98   ret i64 %add
101 define i128 @add_i128(i128 %a, i128 %b) {
102 ; MIPS32-LABEL: add_i128:
103 ; MIPS32:       # %bb.0: # %entry
104 ; MIPS32-NEXT:    move $8, $4
105 ; MIPS32-NEXT:    move $3, $5
106 ; MIPS32-NEXT:    addiu $1, $sp, 16
107 ; MIPS32-NEXT:    lw $2, 0($1)
108 ; MIPS32-NEXT:    addiu $1, $sp, 20
109 ; MIPS32-NEXT:    lw $4, 0($1)
110 ; MIPS32-NEXT:    addiu $1, $sp, 24
111 ; MIPS32-NEXT:    lw $5, 0($1)
112 ; MIPS32-NEXT:    addiu $1, $sp, 28
113 ; MIPS32-NEXT:    lw $1, 0($1)
114 ; MIPS32-NEXT:    addu $2, $2, $8
115 ; MIPS32-NEXT:    sltu $9, $2, $8
116 ; MIPS32-NEXT:    addu $3, $4, $3
117 ; MIPS32-NEXT:    sltu $4, $3, $4
118 ; MIPS32-NEXT:    andi $8, $9, 1
119 ; MIPS32-NEXT:    addu $3, $3, $8
120 ; MIPS32-NEXT:    sltiu $8, $3, 1
121 ; MIPS32-NEXT:    and $8, $8, $9
122 ; MIPS32-NEXT:    or $8, $4, $8
123 ; MIPS32-NEXT:    addu $4, $5, $6
124 ; MIPS32-NEXT:    sltu $5, $4, $5
125 ; MIPS32-NEXT:    andi $6, $8, 1
126 ; MIPS32-NEXT:    addu $4, $4, $6
127 ; MIPS32-NEXT:    sltiu $6, $4, 1
128 ; MIPS32-NEXT:    and $6, $6, $8
129 ; MIPS32-NEXT:    or $5, $5, $6
130 ; MIPS32-NEXT:    addu $1, $1, $7
131 ; MIPS32-NEXT:    andi $5, $5, 1
132 ; MIPS32-NEXT:    addu $5, $1, $5
133 ; MIPS32-NEXT:    jr $ra
134 ; MIPS32-NEXT:    nop
135 entry:
136   %add = add i128 %b, %a
137   ret i128 %add
140 define i32 @add_imm(i32 %a) {
141 ; MIPS32-LABEL: add_imm:
142 ; MIPS32:       # %bb.0: # %entry
143 ; MIPS32-NEXT:    addiu $2, $4, 3
144 ; MIPS32-NEXT:    jr $ra
145 ; MIPS32-NEXT:    nop
146 entry:
147   %add = add i32 %a, 3
148   ret i32 %add
151 define i32 @add_negative_imm(i32 %a) {
152 ; MIPS32-LABEL: add_negative_imm:
153 ; MIPS32:       # %bb.0: # %entry
154 ; MIPS32-NEXT:    addiu $2, $4, -3
155 ; MIPS32-NEXT:    jr $ra
156 ; MIPS32-NEXT:    nop
157 entry:
158   %add = add i32 %a, -3
159   ret i32 %add
162 define i32 @add_not_imm32SExt16(i32 %a) {
163 ; MIPS32-LABEL: add_not_imm32SExt16:
164 ; MIPS32:       # %bb.0: # %entry
165 ; MIPS32-NEXT:    ori $1, $zero, 65535
166 ; MIPS32-NEXT:    addu $2, $4, $1
167 ; MIPS32-NEXT:    jr $ra
168 ; MIPS32-NEXT:    nop
169 entry:
170   %add = add i32 %a, 65535
171   ret i32 %add
174 declare { i32, i1 } @llvm.uadd.with.overflow.i32(i32, i32)
175 define void @uadd_with_overflow(i32 %lhs, i32 %rhs, ptr %padd, ptr %pcarry_flag) {
176 ; MIPS32-LABEL: uadd_with_overflow:
177 ; MIPS32:       # %bb.0:
178 ; MIPS32-NEXT:    addu $1, $4, $5
179 ; MIPS32-NEXT:    sltu $2, $1, $5
180 ; MIPS32-NEXT:    andi $2, $2, 1
181 ; MIPS32-NEXT:    andi $2, $2, 1
182 ; MIPS32-NEXT:    sb $2, 0($7)
183 ; MIPS32-NEXT:    sw $1, 0($6)
184 ; MIPS32-NEXT:    jr $ra
185 ; MIPS32-NEXT:    nop
186   %res = call { i32, i1 } @llvm.uadd.with.overflow.i32(i32 %lhs, i32 %rhs)
187   %carry_flag = extractvalue { i32, i1 } %res, 1
188   %add = extractvalue { i32, i1 } %res, 0
189   store i1 %carry_flag, ptr %pcarry_flag
190   store i32 %add, ptr %padd
191   ret void