Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / AArch64 / GlobalISel / legalize-usube.mir
bloba9c0f3135b4205ff8fd70e56eec3f1c1291044cb
1 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2 # RUN: llc -mtriple aarch64 -verify-machineinstrs -run-pass=legalizer -debugify-and-strip-all-safe %s -o - | FileCheck %s
4 ---
5 name:            narrow_scalar_usube_s128
6 body:             |
7   bb.0.entry:
8     ; CHECK-LABEL: name: narrow_scalar_usube_s128
9     ; CHECK: [[COPY:%[0-9]+]]:_(s64) = COPY $x0
10     ; CHECK-NEXT: [[COPY1:%[0-9]+]]:_(s64) = COPY $x1
11     ; CHECK-NEXT: [[COPY2:%[0-9]+]]:_(s64) = COPY $x2
12     ; CHECK-NEXT: [[COPY3:%[0-9]+]]:_(s64) = COPY $x3
13     ; CHECK-NEXT: [[COPY4:%[0-9]+]]:_(s64) = COPY $x4
14     ; CHECK-NEXT: [[TRUNC:%[0-9]+]]:_(s32) = G_TRUNC [[COPY4]](s64)
15     ; CHECK-NEXT: [[C:%[0-9]+]]:_(s32) = G_CONSTANT i32 1
16     ; CHECK-NEXT: [[AND:%[0-9]+]]:_(s32) = G_AND [[TRUNC]], [[C]]
17     ; CHECK-NEXT: [[USUBE:%[0-9]+]]:_(s64), [[USUBE1:%[0-9]+]]:_(s32) = G_USUBE [[COPY]], [[COPY2]], [[AND]]
18     ; CHECK-NEXT: [[USUBE2:%[0-9]+]]:_(s64), [[USUBE3:%[0-9]+]]:_(s32) = G_USUBE [[COPY1]], [[COPY3]], [[USUBE1]]
19     ; CHECK-NEXT: %carry_out_ext:_(s64) = G_ANYEXT [[USUBE3]](s32)
20     ; CHECK-NEXT: $x0 = COPY [[USUBE]](s64)
21     ; CHECK-NEXT: $x1 = COPY [[USUBE2]](s64)
22     ; CHECK-NEXT: $x2 = COPY %carry_out_ext(s64)
23     %0:_(s64) = COPY $x0
24     %1:_(s64) = COPY $x1
25     %2:_(s64) = COPY $x2
26     %3:_(s64) = COPY $x3
27     %4:_(s64) = COPY $x4
28     %lhs:_(s128) = G_MERGE_VALUES %0, %1
29     %rhs:_(s128) = G_MERGE_VALUES %2, %3
30     %carry_in:_(s1) = G_TRUNC %4
31     %sub:_(s128), %carry_out:_(s1) = G_USUBE %lhs, %rhs, %carry_in
32     %sub0:_(s64), %sub1:_(s64) = G_UNMERGE_VALUES %sub
33     %carry_out_ext:_(s64) = G_ANYEXT %carry_out
34     $x0 = COPY %sub0
35     $x1 = COPY %sub1
36     $x2 = COPY %carry_out_ext
38 ...
39 ---
40 name:            narrow_scalar_usube_big_nonpow2
41 body:             |
42   bb.0.entry:
43     ; CHECK-LABEL: name: narrow_scalar_usube_big_nonpow2
44     ; CHECK: [[COPY:%[0-9]+]]:_(s64) = COPY $x0
45     ; CHECK-NEXT: [[COPY1:%[0-9]+]]:_(s64) = COPY $x1
46     ; CHECK-NEXT: [[COPY2:%[0-9]+]]:_(s64) = COPY $x2
47     ; CHECK-NEXT: [[COPY3:%[0-9]+]]:_(s64) = COPY $x3
48     ; CHECK-NEXT: [[COPY4:%[0-9]+]]:_(s64) = COPY $x4
49     ; CHECK-NEXT: [[TRUNC:%[0-9]+]]:_(s32) = G_TRUNC [[COPY4]](s64)
50     ; CHECK-NEXT: [[C:%[0-9]+]]:_(s32) = G_CONSTANT i32 1
51     ; CHECK-NEXT: [[AND:%[0-9]+]]:_(s32) = G_AND [[TRUNC]], [[C]]
52     ; CHECK-NEXT: [[USUBE:%[0-9]+]]:_(s64), [[USUBE1:%[0-9]+]]:_(s32) = G_USUBE [[COPY]], [[COPY1]], [[AND]]
53     ; CHECK-NEXT: [[USUBE2:%[0-9]+]]:_(s64), [[USUBE3:%[0-9]+]]:_(s32) = G_USUBE [[COPY1]], [[COPY2]], [[USUBE1]]
54     ; CHECK-NEXT: [[USUBE4:%[0-9]+]]:_(s64), [[USUBE5:%[0-9]+]]:_(s32) = G_USUBE [[COPY2]], [[COPY3]], [[USUBE3]]
55     ; CHECK-NEXT: %carry_out_ext:_(s64) = G_ANYEXT [[USUBE5]](s32)
56     ; CHECK-NEXT: $x0 = COPY [[USUBE]](s64)
57     ; CHECK-NEXT: $x1 = COPY [[USUBE2]](s64)
58     ; CHECK-NEXT: $x2 = COPY [[USUBE4]](s64)
59     ; CHECK-NEXT: $x3 = COPY %carry_out_ext(s64)
60     %0:_(s64) = COPY $x0
61     %1:_(s64) = COPY $x1
62     %2:_(s64) = COPY $x2
63     %3:_(s64) = COPY $x3
64     %4:_(s64) = COPY $x4
65     %lhs:_(s192) = G_MERGE_VALUES %0, %1, %2
66     %rhs:_(s192) = G_MERGE_VALUES %1, %2, %3
67     %carry_in:_(s1) = G_TRUNC %4
68     %sub:_(s192), %carry_out:_(s1) = G_USUBE %lhs, %rhs, %carry_in
69     %sub0:_(s64), %sub1:_(s64), %sub2:_(s64) = G_UNMERGE_VALUES %sub
70     %carry_out_ext:_(s64) = G_ANYEXT %carry_out
71     $x0 = COPY %sub0
72     $x1 = COPY %sub1
73     $x2 = COPY %sub2
74     $x3 = COPY %carry_out_ext
76 ...
77 ---
78 name:            widen_scalar_usube_s8
79 body:             |
80   bb.0.entry:
81     ; CHECK-LABEL: name: widen_scalar_usube_s8
82     ; CHECK: [[COPY:%[0-9]+]]:_(s64) = COPY $x0
83     ; CHECK-NEXT: [[COPY1:%[0-9]+]]:_(s64) = COPY $x1
84     ; CHECK-NEXT: [[COPY2:%[0-9]+]]:_(s64) = COPY $x2
85     ; CHECK-NEXT: [[TRUNC:%[0-9]+]]:_(s32) = G_TRUNC [[COPY]](s64)
86     ; CHECK-NEXT: [[C:%[0-9]+]]:_(s32) = G_CONSTANT i32 255
87     ; CHECK-NEXT: [[AND:%[0-9]+]]:_(s32) = G_AND [[TRUNC]], [[C]]
88     ; CHECK-NEXT: [[TRUNC1:%[0-9]+]]:_(s32) = G_TRUNC [[COPY1]](s64)
89     ; CHECK-NEXT: [[AND1:%[0-9]+]]:_(s32) = G_AND [[TRUNC1]], [[C]]
90     ; CHECK-NEXT: [[TRUNC2:%[0-9]+]]:_(s32) = G_TRUNC [[COPY2]](s64)
91     ; CHECK-NEXT: [[C1:%[0-9]+]]:_(s32) = G_CONSTANT i32 1
92     ; CHECK-NEXT: [[AND2:%[0-9]+]]:_(s32) = G_AND [[TRUNC2]], [[C1]]
93     ; CHECK-NEXT: [[USUBE:%[0-9]+]]:_(s32), [[USUBE1:%[0-9]+]]:_(s32) = G_USUBE [[AND]], [[AND1]], [[AND2]]
94     ; CHECK-NEXT: [[AND3:%[0-9]+]]:_(s32) = G_AND [[USUBE]], [[C]]
95     ; CHECK-NEXT: [[ICMP:%[0-9]+]]:_(s32) = G_ICMP intpred(ne), [[USUBE]](s32), [[AND3]]
96     ; CHECK-NEXT: %sub_ext:_(s64) = G_ANYEXT [[USUBE]](s32)
97     ; CHECK-NEXT: %carry_out_ext:_(s64) = G_ANYEXT [[ICMP]](s32)
98     ; CHECK-NEXT: $x0 = COPY %sub_ext(s64)
99     ; CHECK-NEXT: $x1 = COPY %carry_out_ext(s64)
100     %0:_(s64) = COPY $x0
101     %1:_(s64) = COPY $x1
102     %2:_(s64) = COPY $x2
103     %lhs:_(s8) = G_TRUNC %0
104     %rhs:_(s8) = G_TRUNC %1
105     %carry_in:_(s1) = G_TRUNC %2
106     %sub:_(s8), %carry_out:_(s1) = G_USUBE %lhs, %rhs, %carry_in
107     %sub_ext:_(s64) = G_ANYEXT %sub
108     %carry_out_ext:_(s64) = G_ANYEXT %carry_out
109     $x0 = COPY %sub_ext
110     $x1 = COPY %carry_out_ext
114 name:            test_scalar_usube_32
115 body:             |
116   bb.0.entry:
117     ; CHECK-LABEL: name: test_scalar_usube_32
118     ; CHECK: %lhs:_(s32) = COPY $w0
119     ; CHECK-NEXT: %rhs:_(s32) = COPY $w1
120     ; CHECK-NEXT: [[COPY:%[0-9]+]]:_(s32) = COPY $w2
121     ; CHECK-NEXT: [[C:%[0-9]+]]:_(s32) = G_CONSTANT i32 1
122     ; CHECK-NEXT: [[AND:%[0-9]+]]:_(s32) = G_AND [[COPY]], [[C]]
123     ; CHECK-NEXT: %sub:_(s32), %8:_(s32) = G_USUBE %lhs, %rhs, [[AND]]
124     ; CHECK-NEXT: $w0 = COPY %sub(s32)
125     ; CHECK-NEXT: $w1 = COPY %8(s32)
126     %lhs:_(s32) = COPY $w0
127     %rhs:_(s32) = COPY $w1
128     %2:_(s32) = COPY $w2
129     %carry_in:_(s1) = G_TRUNC %2
130     %sub:_(s32), %carry_out:_(s1) = G_USUBE %lhs, %rhs, %carry_in
131     %carry_out_ext:_(s32) = G_ANYEXT %carry_out
132     $w0 = COPY %sub
133     $w1 = COPY %carry_out_ext