Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / AArch64 / GlobalISel / legalize-s128-div.mir
blob49e03251daa6cf9c1b8584911ecec6b4053a662a
1 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2 # RUN: llc -mtriple aarch64-apple-ios -run-pass=legalizer -verify-machineinstrs %s -o - | FileCheck %s
3 --- |
4   target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
5   target triple = "aarch64-apple-ios"
7   define void @udiv_test(ptr %v1ptr, ptr %v2ptr) { ret void }
9   define void @sdiv_test(ptr %v1ptr, ptr %v2ptr) { ret void }
11 ...
12 ---
13 name:            udiv_test
14 alignment:       4
15 tracksRegLiveness: true
16 liveins:
17   - { reg: '$x0' }
18   - { reg: '$x1' }
19 machineFunctionInfo: {}
20 body:             |
21   bb.1 (%ir-block.0):
22     liveins: $x0, $x1
24     ; CHECK-LABEL: name: udiv_test
25     ; CHECK: liveins: $x0, $x1
26     ; CHECK-NEXT: {{  $}}
27     ; CHECK-NEXT: [[COPY:%[0-9]+]]:_(p0) = COPY $x0
28     ; CHECK-NEXT: [[COPY1:%[0-9]+]]:_(p0) = COPY $x1
29     ; CHECK-NEXT: [[LOAD:%[0-9]+]]:_(s128) = G_LOAD [[COPY]](p0) :: (load (s128) from %ir.v1ptr)
30     ; CHECK-NEXT: [[LOAD1:%[0-9]+]]:_(s128) = G_LOAD [[COPY1]](p0) :: (load (s128) from %ir.v2ptr)
31     ; CHECK-NEXT: ADJCALLSTACKDOWN 0, 0, implicit-def $sp, implicit $sp
32     ; CHECK-NEXT: [[UV:%[0-9]+]]:_(s64), [[UV1:%[0-9]+]]:_(s64) = G_UNMERGE_VALUES [[LOAD]](s128)
33     ; CHECK-NEXT: [[UV2:%[0-9]+]]:_(s64), [[UV3:%[0-9]+]]:_(s64) = G_UNMERGE_VALUES [[LOAD1]](s128)
34     ; CHECK-NEXT: $x0 = COPY [[UV]](s64)
35     ; CHECK-NEXT: $x1 = COPY [[UV1]](s64)
36     ; CHECK-NEXT: $x2 = COPY [[UV2]](s64)
37     ; CHECK-NEXT: $x3 = COPY [[UV3]](s64)
38     ; CHECK-NEXT: BL &__udivti3, csr_darwin_aarch64_aapcs, implicit-def $lr, implicit $sp, implicit $x0, implicit $x1, implicit $x2, implicit $x3, implicit-def $x0, implicit-def $x1
39     ; CHECK-NEXT: ADJCALLSTACKUP 0, 0, implicit-def $sp, implicit $sp
40     ; CHECK-NEXT: [[COPY2:%[0-9]+]]:_(s64) = COPY $x0
41     ; CHECK-NEXT: [[COPY3:%[0-9]+]]:_(s64) = COPY $x1
42     ; CHECK-NEXT: [[MV:%[0-9]+]]:_(s128) = G_MERGE_VALUES [[COPY2]](s64), [[COPY3]](s64)
43     ; CHECK-NEXT: G_STORE [[MV]](s128), [[COPY]](p0) :: (store (s128) into %ir.v1ptr)
44     ; CHECK-NEXT: RET_ReallyLR
45     %0:_(p0) = COPY $x0
46     %1:_(p0) = COPY $x1
47     %2:_(s128) = G_LOAD %0(p0) :: (load (s128) from %ir.v1ptr)
48     %3:_(s128) = G_LOAD %1(p0) :: (load (s128) from %ir.v2ptr)
49     %4:_(s128) = G_UDIV %2, %3
50     G_STORE %4(s128), %0(p0) :: (store (s128) into %ir.v1ptr)
51     RET_ReallyLR
53 ...
54 ---
55 name:            sdiv_test
56 alignment:       4
57 tracksRegLiveness: true
58 liveins:
59   - { reg: '$x0' }
60   - { reg: '$x1' }
61 machineFunctionInfo: {}
62 body:             |
63   bb.1 (%ir-block.0):
64     liveins: $x0, $x1
66     ; CHECK-LABEL: name: sdiv_test
67     ; CHECK: liveins: $x0, $x1
68     ; CHECK-NEXT: {{  $}}
69     ; CHECK-NEXT: [[COPY:%[0-9]+]]:_(p0) = COPY $x0
70     ; CHECK-NEXT: [[COPY1:%[0-9]+]]:_(p0) = COPY $x1
71     ; CHECK-NEXT: [[LOAD:%[0-9]+]]:_(s128) = G_LOAD [[COPY]](p0) :: (load (s128) from %ir.v1ptr)
72     ; CHECK-NEXT: [[LOAD1:%[0-9]+]]:_(s128) = G_LOAD [[COPY1]](p0) :: (load (s128) from %ir.v2ptr)
73     ; CHECK-NEXT: ADJCALLSTACKDOWN 0, 0, implicit-def $sp, implicit $sp
74     ; CHECK-NEXT: [[UV:%[0-9]+]]:_(s64), [[UV1:%[0-9]+]]:_(s64) = G_UNMERGE_VALUES [[LOAD]](s128)
75     ; CHECK-NEXT: [[UV2:%[0-9]+]]:_(s64), [[UV3:%[0-9]+]]:_(s64) = G_UNMERGE_VALUES [[LOAD1]](s128)
76     ; CHECK-NEXT: $x0 = COPY [[UV]](s64)
77     ; CHECK-NEXT: $x1 = COPY [[UV1]](s64)
78     ; CHECK-NEXT: $x2 = COPY [[UV2]](s64)
79     ; CHECK-NEXT: $x3 = COPY [[UV3]](s64)
80     ; CHECK-NEXT: BL &__divti3, csr_darwin_aarch64_aapcs, implicit-def $lr, implicit $sp, implicit $x0, implicit $x1, implicit $x2, implicit $x3, implicit-def $x0, implicit-def $x1
81     ; CHECK-NEXT: ADJCALLSTACKUP 0, 0, implicit-def $sp, implicit $sp
82     ; CHECK-NEXT: [[COPY2:%[0-9]+]]:_(s64) = COPY $x0
83     ; CHECK-NEXT: [[COPY3:%[0-9]+]]:_(s64) = COPY $x1
84     ; CHECK-NEXT: [[MV:%[0-9]+]]:_(s128) = G_MERGE_VALUES [[COPY2]](s64), [[COPY3]](s64)
85     ; CHECK-NEXT: G_STORE [[MV]](s128), [[COPY]](p0) :: (store (s128) into %ir.v1ptr)
86     ; CHECK-NEXT: RET_ReallyLR
87     %0:_(p0) = COPY $x0
88     %1:_(p0) = COPY $x1
89     %2:_(s128) = G_LOAD %0(p0) :: (load (s128) from %ir.v1ptr)
90     %3:_(s128) = G_LOAD %1(p0) :: (load (s128) from %ir.v2ptr)
91     %4:_(s128) = G_SDIV %2, %3
92     G_STORE %4(s128), %0(p0) :: (store (s128) into %ir.v1ptr)
93     RET_ReallyLR
95 ...