[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / X86 / GlobalISel / x86_64-select-udiv.mir
blob44b057cbf32c87d03329ebccb4cf642ba5d66c90
1 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2 # RUN: llc -mtriple=x86_64-linux-gnu -run-pass=instruction-select -verify-machineinstrs %s -o - | FileCheck %s
4 --- |
5   ; ModuleID = 'udiv.ll'
6   source_filename = "udiv.ll"
7   target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
9   define i8 @test_udiv_i8(i8 %arg1, i8 %arg2) {
10     %res = udiv i8 %arg1, %arg2
11     ret i8 %res
12   }
14   define i16 @test_udiv_i16(i16 %arg1, i16 %arg2) {
15     %res = udiv i16 %arg1, %arg2
16     ret i16 %res
17   }
19   define i32 @test_udiv_i32(i32 %arg1, i32 %arg2) {
20     %res = udiv i32 %arg1, %arg2
21     ret i32 %res
22   }
24   define i64 @test_udiv_i64(i64 %arg1, i64 %arg2) {
25     %res = udiv i64 %arg1, %arg2
26     ret i64 %res
27   }
29 ...
30 ---
31 name:            test_udiv_i8
32 alignment:       4
33 exposesReturnsTwice: false
34 legalized:       true
35 regBankSelected: true
36 selected:        false
37 failedISel:      false
38 tracksRegLiveness: true
39 registers:
40   - { id: 0, class: gpr, preferred-register: '' }
41   - { id: 1, class: gpr, preferred-register: '' }
42   - { id: 2, class: gpr, preferred-register: '' }
43   - { id: 3, class: gpr, preferred-register: '' }
44   - { id: 4, class: gpr, preferred-register: '' }
45 liveins:
46 frameInfo:
47   isFrameAddressTaken: false
48   isReturnAddressTaken: false
49   hasStackMap:     false
50   hasPatchPoint:   false
51   stackSize:       0
52   offsetAdjustment: 0
53   maxAlignment:    0
54   adjustsStack:    false
55   hasCalls:        false
56   stackProtector:  ''
57   maxCallFrameSize: 4294967295
58   hasOpaqueSPAdjustment: false
59   hasVAStart:      false
60   hasMustTailInVarArgFunc: false
61   localFrameSize:  0
62   savePoint:       ''
63   restorePoint:    ''
64 fixedStack:
65 stack:
66 constants:
67 body:             |
68   bb.1 (%ir-block.0):
69     liveins: $edi, $esi
71     ; CHECK-LABEL: name: test_udiv_i8
72     ; CHECK: liveins: $edi, $esi
73     ; CHECK: [[COPY:%[0-9]+]]:gr32 = COPY $edi
74     ; CHECK: [[COPY1:%[0-9]+]]:gr8 = COPY [[COPY]].sub_8bit
75     ; CHECK: [[COPY2:%[0-9]+]]:gr32 = COPY $esi
76     ; CHECK: [[COPY3:%[0-9]+]]:gr8 = COPY [[COPY2]].sub_8bit
77     ; CHECK: $ax = MOVZX16rr8 [[COPY1]]
78     ; CHECK: DIV8r [[COPY3]], implicit-def $al, implicit-def $ah, implicit-def $eflags, implicit $ax
79     ; CHECK: [[COPY4:%[0-9]+]]:gr8 = COPY $al
80     ; CHECK: $al = COPY [[COPY4]]
81     ; CHECK: RET 0, implicit $al
82     %2:gpr(s32) = COPY $edi
83     %0:gpr(s8) = G_TRUNC %2(s32)
84     %3:gpr(s32) = COPY $esi
85     %1:gpr(s8) = G_TRUNC %3(s32)
86     %4:gpr(s8) = G_UDIV %0, %1
87     $al = COPY %4(s8)
88     RET 0, implicit $al
90 ...
91 ---
92 name:            test_udiv_i16
93 alignment:       4
94 exposesReturnsTwice: false
95 legalized:       true
96 regBankSelected: true
97 selected:        false
98 failedISel:      false
99 tracksRegLiveness: true
100 registers:
101   - { id: 0, class: gpr, preferred-register: '' }
102   - { id: 1, class: gpr, preferred-register: '' }
103   - { id: 2, class: gpr, preferred-register: '' }
104   - { id: 3, class: gpr, preferred-register: '' }
105   - { id: 4, class: gpr, preferred-register: '' }
106 liveins:
107 frameInfo:
108   isFrameAddressTaken: false
109   isReturnAddressTaken: false
110   hasStackMap:     false
111   hasPatchPoint:   false
112   stackSize:       0
113   offsetAdjustment: 0
114   maxAlignment:    0
115   adjustsStack:    false
116   hasCalls:        false
117   stackProtector:  ''
118   maxCallFrameSize: 4294967295
119   hasOpaqueSPAdjustment: false
120   hasVAStart:      false
121   hasMustTailInVarArgFunc: false
122   localFrameSize:  0
123   savePoint:       ''
124   restorePoint:    ''
125 fixedStack:
126 stack:
127 constants:
128 body:             |
129   bb.1 (%ir-block.0):
130     liveins: $edi, $esi
132     ; CHECK-LABEL: name: test_udiv_i16
133     ; CHECK: liveins: $edi, $esi
134     ; CHECK: [[COPY:%[0-9]+]]:gr32 = COPY $edi
135     ; CHECK: [[COPY1:%[0-9]+]]:gr16 = COPY [[COPY]].sub_16bit
136     ; CHECK: [[COPY2:%[0-9]+]]:gr32 = COPY $esi
137     ; CHECK: [[COPY3:%[0-9]+]]:gr16 = COPY [[COPY2]].sub_16bit
138     ; CHECK: $ax = COPY [[COPY1]]
139     ; CHECK: [[MOV32r0_:%[0-9]+]]:gr32 = MOV32r0 implicit-def $eflags
140     ; CHECK: $dx = COPY [[MOV32r0_]].sub_16bit
141     ; CHECK: DIV16r [[COPY3]], implicit-def $ax, implicit-def $dx, implicit-def $eflags, implicit $ax, implicit $dx
142     ; CHECK: [[COPY4:%[0-9]+]]:gr16 = COPY $ax
143     ; CHECK: $ax = COPY [[COPY4]]
144     ; CHECK: RET 0, implicit $ax
145     %2:gpr(s32) = COPY $edi
146     %0:gpr(s16) = G_TRUNC %2(s32)
147     %3:gpr(s32) = COPY $esi
148     %1:gpr(s16) = G_TRUNC %3(s32)
149     %4:gpr(s16) = G_UDIV %0, %1
150     $ax = COPY %4(s16)
151     RET 0, implicit $ax
155 name:            test_udiv_i32
156 alignment:       4
157 exposesReturnsTwice: false
158 legalized:       true
159 regBankSelected: true
160 selected:        false
161 failedISel:      false
162 tracksRegLiveness: true
163 registers:
164   - { id: 0, class: gpr, preferred-register: '' }
165   - { id: 1, class: gpr, preferred-register: '' }
166   - { id: 2, class: gpr, preferred-register: '' }
167 liveins:
168 frameInfo:
169   isFrameAddressTaken: false
170   isReturnAddressTaken: false
171   hasStackMap:     false
172   hasPatchPoint:   false
173   stackSize:       0
174   offsetAdjustment: 0
175   maxAlignment:    0
176   adjustsStack:    false
177   hasCalls:        false
178   stackProtector:  ''
179   maxCallFrameSize: 4294967295
180   hasOpaqueSPAdjustment: false
181   hasVAStart:      false
182   hasMustTailInVarArgFunc: false
183   localFrameSize:  0
184   savePoint:       ''
185   restorePoint:    ''
186 fixedStack:
187 stack:
188 constants:
189 body:             |
190   bb.1 (%ir-block.0):
191     liveins: $edi, $esi
193     ; CHECK-LABEL: name: test_udiv_i32
194     ; CHECK: liveins: $edi, $esi
195     ; CHECK: [[COPY:%[0-9]+]]:gr32 = COPY $edi
196     ; CHECK: [[COPY1:%[0-9]+]]:gr32 = COPY $esi
197     ; CHECK: $eax = COPY [[COPY]]
198     ; CHECK: [[MOV32r0_:%[0-9]+]]:gr32 = MOV32r0 implicit-def $eflags
199     ; CHECK: $edx = COPY [[MOV32r0_]]
200     ; CHECK: DIV32r [[COPY1]], implicit-def $eax, implicit-def $edx, implicit-def $eflags, implicit $eax, implicit $edx
201     ; CHECK: [[COPY2:%[0-9]+]]:gr32 = COPY $eax
202     ; CHECK: $eax = COPY [[COPY2]]
203     ; CHECK: RET 0, implicit $eax
204     %0:gpr(s32) = COPY $edi
205     %1:gpr(s32) = COPY $esi
206     %2:gpr(s32) = G_UDIV %0, %1
207     $eax = COPY %2(s32)
208     RET 0, implicit $eax
212 name:            test_udiv_i64
213 alignment:       4
214 exposesReturnsTwice: false
215 legalized:       true
216 regBankSelected: true
217 selected:        false
218 failedISel:      false
219 tracksRegLiveness: true
220 registers:
221   - { id: 0, class: gpr, preferred-register: '' }
222   - { id: 1, class: gpr, preferred-register: '' }
223   - { id: 2, class: gpr, preferred-register: '' }
224 liveins:
225 frameInfo:
226   isFrameAddressTaken: false
227   isReturnAddressTaken: false
228   hasStackMap:     false
229   hasPatchPoint:   false
230   stackSize:       0
231   offsetAdjustment: 0
232   maxAlignment:    0
233   adjustsStack:    false
234   hasCalls:        false
235   stackProtector:  ''
236   maxCallFrameSize: 4294967295
237   hasOpaqueSPAdjustment: false
238   hasVAStart:      false
239   hasMustTailInVarArgFunc: false
240   localFrameSize:  0
241   savePoint:       ''
242   restorePoint:    ''
243 fixedStack:
244 stack:
245 constants:
246 body:             |
247   bb.1 (%ir-block.0):
248     liveins: $rdi, $rsi
250     ; CHECK-LABEL: name: test_udiv_i64
251     ; CHECK: liveins: $rdi, $rsi
252     ; CHECK: [[COPY:%[0-9]+]]:gr64 = COPY $rdi
253     ; CHECK: [[COPY1:%[0-9]+]]:gr64 = COPY $rsi
254     ; CHECK: $rax = COPY [[COPY]]
255     ; CHECK: [[MOV32r0_:%[0-9]+]]:gr32 = MOV32r0 implicit-def $eflags
256     ; CHECK: $rdx = SUBREG_TO_REG 0, [[MOV32r0_]], %subreg.sub_32bit
257     ; CHECK: DIV64r [[COPY1]], implicit-def $rax, implicit-def $rdx, implicit-def $eflags, implicit $rax, implicit $rdx
258     ; CHECK: [[COPY2:%[0-9]+]]:gr64 = COPY $rax
259     ; CHECK: $rax = COPY [[COPY2]]
260     ; CHECK: RET 0, implicit $rax
261     %0:gpr(s64) = COPY $rdi
262     %1:gpr(s64) = COPY $rsi
263     %2:gpr(s64) = G_UDIV %0, %1
264     $rax = COPY %2(s64)
265     RET 0, implicit $rax