1 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2 ; RUN: opt < %s -passes=instsimplify -S | FileCheck %s
4 define i32 @poison(i32 %x) {
5 ; CHECK-LABEL: @poison(
6 ; CHECK-NEXT: ret i32 poison
8 %v = xor i32 %x, poison
12 define i4 @xor_and_or_not_commute0(i4 %a, i4 %b) {
13 ; CHECK-LABEL: @xor_and_or_not_commute0(
14 ; CHECK-NEXT: [[NOT:%.*]] = xor i4 [[A:%.*]], -1
15 ; CHECK-NEXT: ret i4 [[NOT]]
24 define <2 x i4> @xor_and_or_not_commute1(<2 x i4> %a, <2 x i4> %b) {
25 ; CHECK-LABEL: @xor_and_or_not_commute1(
26 ; CHECK-NEXT: [[NOT:%.*]] = xor <2 x i4> [[A:%.*]], <i4 -1, i4 -1>
27 ; CHECK-NEXT: ret <2 x i4> [[NOT]]
29 %and = and <2 x i4> %a, %b
30 %not = xor <2 x i4> %a, <i4 -1, i4 -1>
31 %or = or <2 x i4> %not, %b
32 %r = xor <2 x i4> %or, %and
36 define i74 @xor_and_or_not_commute2(i74 %a, i74 %b) {
37 ; CHECK-LABEL: @xor_and_or_not_commute2(
38 ; CHECK-NEXT: [[NOT:%.*]] = xor i74 [[A:%.*]], -1
39 ; CHECK-NEXT: ret i74 [[NOT]]
44 %r = xor i74 %and, %or
48 define <2 x i4> @xor_and_or_not_commute3(<2 x i4> %a, <2 x i4> %b) {
49 ; CHECK-LABEL: @xor_and_or_not_commute3(
50 ; CHECK-NEXT: [[NOT:%.*]] = xor <2 x i4> [[A:%.*]], <i4 -1, i4 -1>
51 ; CHECK-NEXT: ret <2 x i4> [[NOT]]
53 %and = and <2 x i4> %b, %a
54 %not = xor <2 x i4> %a, <i4 -1, i4 -1>
55 %or = or <2 x i4> %not, %b
56 %r = xor <2 x i4> %or, %and
60 define i8 @xor_and_or_not_commute4(i8 %a, i8 %b) {
61 ; CHECK-LABEL: @xor_and_or_not_commute4(
62 ; CHECK-NEXT: [[NOT:%.*]] = xor i8 [[A:%.*]], -1
63 ; CHECK-NEXT: ret i8 [[NOT]]
72 define i8 @xor_and_or_not_commute5(i8 %a, i8 %b) {
73 ; CHECK-LABEL: @xor_and_or_not_commute5(
74 ; CHECK-NEXT: [[NOT:%.*]] = xor i8 [[A:%.*]], -1
75 ; CHECK-NEXT: ret i8 [[NOT]]
84 define i8 @xor_and_or_not_commute6(i8 %a, i8 %b) {
85 ; CHECK-LABEL: @xor_and_or_not_commute6(
86 ; CHECK-NEXT: [[NOT:%.*]] = xor i8 [[A:%.*]], -1
87 ; CHECK-NEXT: ret i8 [[NOT]]
96 define i8 @xor_and_or_not_commute7(i8 %a, i8 %b) {
97 ; CHECK-LABEL: @xor_and_or_not_commute7(
98 ; CHECK-NEXT: [[NOT:%.*]] = xor i8 [[A:%.*]], -1
99 ; CHECK-NEXT: ret i8 [[NOT]]
104 %r = xor i8 %or, %and
108 ; negative test - must match specific values
110 define i4 @xor_and_or_not_wrong_val1(i4 %a, i4 %b, i4 %c) {
111 ; CHECK-LABEL: @xor_and_or_not_wrong_val1(
112 ; CHECK-NEXT: [[AND:%.*]] = and i4 [[A:%.*]], [[C:%.*]]
113 ; CHECK-NEXT: [[NOT:%.*]] = xor i4 [[A]], -1
114 ; CHECK-NEXT: [[OR:%.*]] = or i4 [[NOT]], [[B:%.*]]
115 ; CHECK-NEXT: [[R:%.*]] = xor i4 [[AND]], [[OR]]
116 ; CHECK-NEXT: ret i4 [[R]]
121 %r = xor i4 %and, %or
125 ; negative test - must match specific values
127 define i4 @xor_and_or_not_wrong_val2(i4 %a, i4 %b, i4 %c) {
128 ; CHECK-LABEL: @xor_and_or_not_wrong_val2(
129 ; CHECK-NEXT: [[AND:%.*]] = and i4 [[C:%.*]], [[B:%.*]]
130 ; CHECK-NEXT: [[NOT:%.*]] = xor i4 [[A:%.*]], -1
131 ; CHECK-NEXT: [[OR:%.*]] = or i4 [[NOT]], [[B]]
132 ; CHECK-NEXT: [[R:%.*]] = xor i4 [[AND]], [[OR]]
133 ; CHECK-NEXT: ret i4 [[R]]
138 %r = xor i4 %and, %or
142 ; negative test - incorrect to propagate undef element
144 define <2 x i4> @xor_and_or_not_undef_elt(<2 x i4> %a, <2 x i4> %b) {
145 ; CHECK-LABEL: @xor_and_or_not_undef_elt(
146 ; CHECK-NEXT: [[AND:%.*]] = and <2 x i4> [[B:%.*]], [[A:%.*]]
147 ; CHECK-NEXT: [[NOT:%.*]] = xor <2 x i4> [[A]], <i4 -1, i4 undef>
148 ; CHECK-NEXT: [[OR:%.*]] = or <2 x i4> [[NOT]], [[B]]
149 ; CHECK-NEXT: [[R:%.*]] = xor <2 x i4> [[OR]], [[AND]]
150 ; CHECK-NEXT: ret <2 x i4> [[R]]
152 %and = and <2 x i4> %b, %a
153 %not = xor <2 x i4> %a, <i4 -1, i4 undef>
154 %or = or <2 x i4> %not, %b
155 %r = xor <2 x i4> %or, %and
159 define i4 @xor_or_and_not_commute0(i4 %a, i4 %b) {
160 ; CHECK-LABEL: @xor_or_and_not_commute0(
161 ; CHECK-NEXT: ret i4 [[A:%.*]]
164 %and = and i4 %not, %b
166 %r = xor i4 %and, %or
170 define <2 x i4> @xor_or_and_not_commute1(<2 x i4> %a, <2 x i4> %b) {
171 ; CHECK-LABEL: @xor_or_and_not_commute1(
172 ; CHECK-NEXT: ret <2 x i4> [[A:%.*]]
174 %not = xor <2 x i4> %a, <i4 -1, i4 -1>
175 %and = and <2 x i4> %not, %b
176 %or = or <2 x i4> %a, %b
177 %r = xor <2 x i4> %or, %and
181 define i74 @xor_or_and_not_commute2(i74 %a, i74 %b) {
182 ; CHECK-LABEL: @xor_or_and_not_commute2(
183 ; CHECK-NEXT: ret i74 [[A:%.*]]
185 %not = xor i74 %a, -1
186 %and = and i74 %b, %not
188 %r = xor i74 %and, %or
192 define <2 x i4> @xor_or_and_not_commute3(<2 x i4> %a, <2 x i4> %b) {
193 ; CHECK-LABEL: @xor_or_and_not_commute3(
194 ; CHECK-NEXT: ret <2 x i4> [[A:%.*]]
196 %not = xor <2 x i4> %a, <i4 -1, i4 -1>
197 %and = and <2 x i4> %b, %not
198 %or = or <2 x i4> %a, %b
199 %r = xor <2 x i4> %or, %and
203 define i8 @xor_or_and_not_commute4(i8 %a, i8 %b) {
204 ; CHECK-LABEL: @xor_or_and_not_commute4(
205 ; CHECK-NEXT: ret i8 [[A:%.*]]
208 %and = and i8 %not, %b
210 %r = xor i8 %and, %or
214 define i8 @xor_or_and_not_commute5(i8 %a, i8 %b) {
215 ; CHECK-LABEL: @xor_or_and_not_commute5(
216 ; CHECK-NEXT: ret i8 [[A:%.*]]
219 %and = and i8 %not, %b
221 %r = xor i8 %or, %and
225 define i8 @xor_or_and_not_commute6(i8 %a, i8 %b) {
226 ; CHECK-LABEL: @xor_or_and_not_commute6(
227 ; CHECK-NEXT: ret i8 [[A:%.*]]
230 %and = and i8 %b, %not
232 %r = xor i8 %and, %or
236 define i8 @xor_or_and_not_commute7(i8 %a, i8 %b) {
237 ; CHECK-LABEL: @xor_or_and_not_commute7(
238 ; CHECK-NEXT: ret i8 [[A:%.*]]
241 %and = and i8 %b, %not
243 %r = xor i8 %or, %and
247 ; negative test - must match specific values
249 define i4 @xor_or_and_not_wrong_val1(i4 %a, i4 %b, i4 %c) {
250 ; CHECK-LABEL: @xor_or_and_not_wrong_val1(
251 ; CHECK-NEXT: [[NOT:%.*]] = xor i4 [[A:%.*]], -1
252 ; CHECK-NEXT: [[AND:%.*]] = and i4 [[NOT]], [[C:%.*]]
253 ; CHECK-NEXT: [[OR:%.*]] = or i4 [[A]], [[B:%.*]]
254 ; CHECK-NEXT: [[R:%.*]] = xor i4 [[AND]], [[OR]]
255 ; CHECK-NEXT: ret i4 [[R]]
258 %and = and i4 %not, %c
260 %r = xor i4 %and, %or
264 ; negative test - must match specific values
266 define i4 @xor_or_and_not_wrong_val2(i4 %a, i4 %b, i4 %c) {
267 ; CHECK-LABEL: @xor_or_and_not_wrong_val2(
268 ; CHECK-NEXT: [[AND:%.*]] = and i4 [[C:%.*]], [[B:%.*]]
269 ; CHECK-NEXT: [[OR:%.*]] = or i4 [[A:%.*]], [[B]]
270 ; CHECK-NEXT: [[R:%.*]] = xor i4 [[AND]], [[OR]]
271 ; CHECK-NEXT: ret i4 [[R]]
276 %r = xor i4 %and, %or
280 define <2 x i4> @xor_or_and_not_undef_elt(<2 x i4> %a, <2 x i4> %b) {
281 ; CHECK-LABEL: @xor_or_and_not_undef_elt(
282 ; CHECK-NEXT: ret <2 x i4> [[A:%.*]]
284 %not = xor <2 x i4> %a, <i4 -1, i4 undef>
285 %and = and <2 x i4> %b, %not
286 %or = or <2 x i4> %a, %b
287 %r = xor <2 x i4> %or, %and