Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / Transforms / InstSimplify / fp-nan.ll
blobfad7a0593e372b71a66ff71d4e9ebeeab3adf6d9
1 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2 ; RUN: opt < %s -passes=instsimplify -S | FileCheck %s
4 ; Default NaN constant
6 define double @fadd_nan_op0(double %x) {
7 ; CHECK-LABEL: @fadd_nan_op0(
8 ; CHECK-NEXT:    ret double 0x7FF8000000000000
10   %r = fadd double 0x7FF8000000000000, %x
11   ret double %r
14 ; Sign bit is set
16 define double @fadd_nan_op1(double %x) {
17 ; CHECK-LABEL: @fadd_nan_op1(
18 ; CHECK-NEXT:    ret double 0xFFF8000000000000
20   %r = fadd double %x, 0xFFF8000000000000
21   ret double %r
24 ; Non-zero payload
26 define float @fsub_nan_op0(float %x) {
27 ; CHECK-LABEL: @fsub_nan_op0(
28 ; CHECK-NEXT:    ret float 0x7FFFFF0000000000
30   %r = fsub float 0x7FFFFF0000000000, %x
31   ret float %r
34 ; Signaling - make quiet and preserve the payload and signbit
36 define float @fsub_nan_op1(float %x) {
37 ; CHECK-LABEL: @fsub_nan_op1(
38 ; CHECK-NEXT:    ret float 0x7FF9000000000000
40   %r = fsub float %x, 0x7FF1000000000000
41   ret float %r
44 define <2 x float> @fsub_nan_op1_vec(<2 x float> %x) {
45 ; CHECK-LABEL: @fsub_nan_op1_vec(
46 ; CHECK-NEXT:    ret <2 x float> <float 0x7FF9000000000000, float 0xFFF9000000000000>
48   %r = fsub <2 x float> %x, <float 0x7FF1000000000000, float 0xFFF1000000000000>
49   ret <2 x float> %r
52 define <vscale x 1 x float> @fsub_nan_op1_scalable_vec_0(<vscale x 1 x float> %x) {
53 ; CHECK-LABEL: @fsub_nan_op1_scalable_vec_0(
54 ; CHECK-NEXT:    ret <vscale x 1 x float> shufflevector (<vscale x 1 x float> insertelement (<vscale x 1 x float> poison, float 0x7FF9000000000000, i64 0), <vscale x 1 x float> poison, <vscale x 1 x i32> zeroinitializer)
56   %r = fsub <vscale x 1 x float> %x, shufflevector (<vscale x 1 x float> insertelement (<vscale x 1 x float> poison, float 0x7FF1000000000000, i64 0), <vscale x 1 x float> poison, <vscale x 1 x i32> zeroinitializer)
57   ret <vscale x 1 x float> %r
60 define <vscale x 1 x float> @fsub_nan_op1_scalable_vec_1(<vscale x 1 x float> %x) {
61 ; CHECK-LABEL: @fsub_nan_op1_scalable_vec_1(
62 ; CHECK-NEXT:    ret <vscale x 1 x float> shufflevector (<vscale x 1 x float> insertelement (<vscale x 1 x float> poison, float 0xFFF9000000000000, i64 0), <vscale x 1 x float> poison, <vscale x 1 x i32> zeroinitializer)
64   %r = fsub <vscale x 1 x float> %x, shufflevector (<vscale x 1 x float> insertelement (<vscale x 1 x float> poison, float 0xFFF1000000000000, i64 0), <vscale x 1 x float> poison, <vscale x 1 x i32> zeroinitializer)
65   ret <vscale x 1 x float> %r
68 ; Signaling and signed - make quiet and preserve the payload and signbit
70 define double @fmul_nan_op0(double %x) {
71 ; CHECK-LABEL: @fmul_nan_op0(
72 ; CHECK-NEXT:    ret double 0xFFF8000000000001
74   %r = fmul double 0xFFF0000000000001, %x
75   ret double %r
78 define <2 x double> @fmul_nan_op0_vec(<2 x double> %x) {
79 ; CHECK-LABEL: @fmul_nan_op0_vec(
80 ; CHECK-NEXT:    ret <2 x double> <double 0xFFF8000000000001, double 0xFFF8DEADDEADDEAD>
82   %r = fmul <2 x double> <double 0xFFF0000000000001, double 0xFFF0DEADDEADDEAD>, %x
83   ret <2 x double> %r
86 define <vscale x 1 x double> @fmul_nan_op0_scalable_vec_0(<vscale x 1 x double> %x) {
87 ; CHECK-LABEL: @fmul_nan_op0_scalable_vec_0(
88 ; CHECK-NEXT:    ret <vscale x 1 x double> shufflevector (<vscale x 1 x double> insertelement (<vscale x 1 x double> poison, double 0xFFF8000000000001, i64 0), <vscale x 1 x double> poison, <vscale x 1 x i32> zeroinitializer)
90   %r = fmul <vscale x 1 x double> shufflevector (<vscale x 1 x double> insertelement (<vscale x 1 x double> poison, double 0xFFF0000000000001, i64 0), <vscale x 1 x double> poison, <vscale x 1 x i32> zeroinitializer), %x
91   ret <vscale x 1 x double> %r
94 define <vscale x 1 x double> @fmul_nan_op0_scalable_vec_1(<vscale x 1 x double> %x) {
95 ; CHECK-LABEL: @fmul_nan_op0_scalable_vec_1(
96 ; CHECK-NEXT:    ret <vscale x 1 x double> shufflevector (<vscale x 1 x double> insertelement (<vscale x 1 x double> poison, double 0xFFF8DEADDEADDEAD, i64 0), <vscale x 1 x double> poison, <vscale x 1 x i32> zeroinitializer)
98   %r = fmul <vscale x 1 x double> shufflevector (<vscale x 1 x double> insertelement (<vscale x 1 x double> poison, double 0xFFF0DEADDEADDEAD, i64 0), <vscale x 1 x double> poison, <vscale x 1 x i32> zeroinitializer), %x
99   ret <vscale x 1 x double> %r
102 ; Vector type
104 define <2 x float> @fmul_nan_op1(<2 x float> %x) {
105 ; CHECK-LABEL: @fmul_nan_op1(
106 ; CHECK-NEXT:    ret <2 x float> <float 0x7FF8000000000000, float 0x7FF8000000000000>
108   %r = fmul <2 x float> %x, <float 0x7FF8000000000000, float 0x7FF8000000000000>
109   ret <2 x float> %r
112 define <vscale x 1 x double> @fmul_nan_op1_scalable_vec(<vscale x 1 x double> %x) {
113 ; CHECK-LABEL: @fmul_nan_op1_scalable_vec(
114 ; CHECK-NEXT:    ret <vscale x 1 x double> shufflevector (<vscale x 1 x double> insertelement (<vscale x 1 x double> poison, double 0x7FF8000000000000, i64 0), <vscale x 1 x double> poison, <vscale x 1 x i32> zeroinitializer)
116   %r = fmul <vscale x 1 x double> %x, shufflevector (<vscale x 1 x double> insertelement (<vscale x 1 x double> poison, double 0x7FF8000000000000, i64 0), <vscale x 1 x double> poison, <vscale x 1 x i32> zeroinitializer)
117   ret <vscale x 1 x double> %r
120 ; Vector signed and non-zero payload
122 define <2 x double> @fdiv_nan_op0(<2 x double> %x) {
123 ; CHECK-LABEL: @fdiv_nan_op0(
124 ; CHECK-NEXT:    ret <2 x double> <double 0xFFF800000000000F, double 0xFFF800000000000F>
126   %r = fdiv <2 x double> <double 0xFFF800000000000F, double 0xFFF800000000000F>, %x
127   ret <2 x double>  %r
130 define <vscale x 1 x double> @fdivl_nan_op0_scalable_vec(<vscale x 1 x double> %x) {
131 ; CHECK-LABEL: @fdivl_nan_op0_scalable_vec(
132 ; CHECK-NEXT:    ret <vscale x 1 x double> shufflevector (<vscale x 1 x double> insertelement (<vscale x 1 x double> poison, double 0xFFF800000000000F, i64 0), <vscale x 1 x double> poison, <vscale x 1 x i32> zeroinitializer)
134   %r = fdiv <vscale x 1 x double> shufflevector (<vscale x 1 x double> insertelement (<vscale x 1 x double> poison, double 0xFFF800000000000F, i64 0), <vscale x 1 x double> poison, <vscale x 1 x i32> zeroinitializer), %x
135   ret <vscale x 1 x double> %r
138 ; Vector with different NaN constant elements
140 define <2 x half> @fdiv_nan_op1(<2 x half> %x) {
141 ; CHECK-LABEL: @fdiv_nan_op1(
142 ; CHECK-NEXT:    ret <2 x half> <half 0xH7FFF, half 0xHFF00>
144   %r = fdiv <2 x half> %x, <half 0xH7FFF, half 0xHFF00>
145   ret <2 x half> %r
148 define <vscale x 1 x half> @fdiv_nan_op1_scalable_vec(<vscale x 1 x half> %x) {
149 ; CHECK-LABEL: @fdiv_nan_op1_scalable_vec(
150 ; CHECK-NEXT:    ret <vscale x 1 x half> shufflevector (<vscale x 1 x half> insertelement (<vscale x 1 x half> poison, half 0xH7FFF, i64 0), <vscale x 1 x half> poison, <vscale x 1 x i32> zeroinitializer)
152   %r = fdiv <vscale x 1 x half> %x, shufflevector (<vscale x 1 x half> insertelement (<vscale x 1 x half> poison, half 0xH7FFF, i64 0), <vscale x 1 x half> poison, <vscale x 1 x i32> zeroinitializer)
153   ret <vscale x 1 x half> %r
156 ; Vector with poison element
158 define <2 x double> @fsub_nan_poison_op1(<2 x double> %x) {
159 ; CHECK-LABEL: @fsub_nan_poison_op1(
160 ; CHECK-NEXT:    ret <2 x double> <double 0xFFFF00000000DEAD, double poison>
162   %r = fsub <2 x double> %x, <double 0xFFFF00000000DEAD, double poison>
163   ret <2 x double> %r
166 ; Vector with undef element
168 define <2 x double> @frem_nan_undef_op0(<2 x double> %x) {
169 ; CHECK-LABEL: @frem_nan_undef_op0(
170 ; CHECK-NEXT:    ret <2 x double> <double 0xFFFF00000000DEAD, double 0x7FF8000000000000>
172   %r = frem <2 x double> <double 0xFFFF00000000DEAD, double undef>, %x
173   ret <2 x double> %r
176 ; Vector with poison and undef elements
178 define <3 x double> @fadd_nan_poison_undef_op1(<3 x double> %x) {
179 ; CHECK-LABEL: @fadd_nan_poison_undef_op1(
180 ; CHECK-NEXT:    ret <3 x double> <double 0xFFFF00000000DEAD, double poison, double 0x7FF8000000000000>
182   %r = fadd <3 x double> %x, <double 0xFFFF00000000DEAD, double poison, double undef>
183   ret <3 x double> %r
186 define float @frem_nan_op1(float %x) {
187 ; CHECK-LABEL: @frem_nan_op1(
188 ; CHECK-NEXT:    ret float 0x7FF8000000000000
190   %r = frem float %x, 0x7FF8000000000000
191   ret float %r
194 ; Special-case: fneg must only change the sign bit (this is handled by constant folding).
196 define double @fneg_nan_1(double %x) {
197 ; CHECK-LABEL: @fneg_nan_1(
198 ; CHECK-NEXT:    ret double 0x7FFABCDEF0123456
200   %r = fsub double -0.0, 0x7FFABCDEF0123456
201   ret double %r
204 define double @unary_fneg_nan_1(double %x) {
205 ; CHECK-LABEL: @unary_fneg_nan_1(
206 ; CHECK-NEXT:    ret double 0xFFFABCDEF0123456
208   %r = fneg double 0x7FFABCDEF0123456
209   ret double %r
212 define <2 x double> @fneg_nan_2(<2 x double> %x) {
213 ; CHECK-LABEL: @fneg_nan_2(
214 ; CHECK-NEXT:    ret <2 x double> <double 0xFFF9234567890ABC, double 0x7FF8000000000001>
216   %r = fsub <2 x double> <double -0.0, double -0.0>, <double 0xFFF1234567890ABC, double 0x7FF0000000000001>
217   ret <2 x double> %r
220 define <vscale x 1 x double> @fneg_nan_2_scalable_vec() {
221 ; CHECK-LABEL: @fneg_nan_2_scalable_vec(
222 ; CHECK-NEXT:    ret <vscale x 1 x double> shufflevector (<vscale x 1 x double> insertelement (<vscale x 1 x double> poison, double 0xFFF9234567890ABC, i64 0), <vscale x 1 x double> poison, <vscale x 1 x i32> zeroinitializer)
224   %r = fsub <vscale x 1 x double> shufflevector (<vscale x 1 x double> insertelement (<vscale x 1 x double> poison, double -0.0, i64 0), <vscale x 1 x double> poison, <vscale x 1 x i32> zeroinitializer), shufflevector (<vscale x 1 x double> insertelement (<vscale x 1 x double> poison, double 0xFFF1234567890ABC, i64 0), <vscale x 1 x double> poison, <vscale x 1 x i32> zeroinitializer)
225   ret <vscale x 1 x double> %r
228 define <2 x double> @unary_fneg_nan_2(<2 x double> %x) {
229 ; CHECK-LABEL: @unary_fneg_nan_2(
230 ; CHECK-NEXT:    ret <2 x double> <double 0x7FF1234567890ABC, double 0xFFF0000000000001>
232   %r = fneg <2 x double> <double 0xFFF1234567890ABC, double 0x7FF0000000000001>
233   ret <2 x double> %r
236 ; FIXME: This doesn't behave the same way as the fixed-length vectors above
237 define <vscale x 1 x double> @unary_fneg_nan_2_scalable_vec_0() {
238 ; CHECK-LABEL: @unary_fneg_nan_2_scalable_vec_0(
239 ; CHECK-NEXT:    [[R:%.*]] = fneg <vscale x 1 x double> shufflevector (<vscale x 1 x double> insertelement (<vscale x 1 x double> poison, double 0xFFF1234567890ABC, i64 0), <vscale x 1 x double> poison, <vscale x 1 x i32> zeroinitializer)
240 ; CHECK-NEXT:    ret <vscale x 1 x double> [[R]]
242   %r = fneg <vscale x 1 x double> shufflevector (<vscale x 1 x double> insertelement (<vscale x 1 x double> poison, double 0xFFF1234567890ABC, i64 0), <vscale x 1 x double> poison, <vscale x 1 x i32> zeroinitializer)
243   ret <vscale x 1 x double> %r
246 ; FIXME: This doesn't behave the same way as the fixed-length vectors above
247 define <vscale x 1 x double> @unary_fneg_nan_2_scalable_vec_1() {
248 ; CHECK-LABEL: @unary_fneg_nan_2_scalable_vec_1(
249 ; CHECK-NEXT:    [[R:%.*]] = fneg <vscale x 1 x double> shufflevector (<vscale x 1 x double> insertelement (<vscale x 1 x double> poison, double 0x7FF0000000000001, i64 0), <vscale x 1 x double> poison, <vscale x 1 x i32> zeroinitializer)
250 ; CHECK-NEXT:    ret <vscale x 1 x double> [[R]]
252   %r = fneg <vscale x 1 x double> shufflevector (<vscale x 1 x double> insertelement (<vscale x 1 x double> poison, double 0x7FF0000000000001, i64 0), <vscale x 1 x double> poison, <vscale x 1 x i32> zeroinitializer)
253   ret <vscale x 1 x double> %r
256 ; Repeat all tests with fast-math-flags. Alternate 'nnan' and 'fast' for more coverage.
258 define float @fadd_nan_op0_nnan(float %x) {
259 ; CHECK-LABEL: @fadd_nan_op0_nnan(
260 ; CHECK-NEXT:    ret float poison
262   %r = fadd nnan float 0x7FF8000000000000, %x
263   ret float %r
266 define float @fadd_nan_op1_fast(float %x) {
267 ; CHECK-LABEL: @fadd_nan_op1_fast(
268 ; CHECK-NEXT:    ret float poison
270   %r = fadd fast float %x, 0x7FF8000000000000
271   ret float %r
274 define float @fsub_nan_op0_fast(float %x) {
275 ; CHECK-LABEL: @fsub_nan_op0_fast(
276 ; CHECK-NEXT:    ret float poison
278   %r = fsub fast float 0x7FF8000000000000, %x
279   ret float %r
282 define float @fsub_nan_op1_nnan(float %x) {
283 ; CHECK-LABEL: @fsub_nan_op1_nnan(
284 ; CHECK-NEXT:    ret float poison
286   %r = fsub nnan float %x, 0x7FF8000000000000
287   ret float %r
290 define float @fmul_nan_op0_nnan(float %x) {
291 ; CHECK-LABEL: @fmul_nan_op0_nnan(
292 ; CHECK-NEXT:    ret float poison
294   %r = fmul nnan float 0x7FF8000000000000, %x
295   ret float %r
298 define float @fmul_nan_op1_fast(float %x) {
299 ; CHECK-LABEL: @fmul_nan_op1_fast(
300 ; CHECK-NEXT:    ret float poison
302   %r = fmul fast float %x, 0x7FF8000000000000
303   ret float %r
306 define float @fdiv_nan_op0_fast(float %x) {
307 ; CHECK-LABEL: @fdiv_nan_op0_fast(
308 ; CHECK-NEXT:    ret float poison
310   %r = fdiv fast float 0x7FF8000000000000, %x
311   ret float %r
314 define float @fdiv_nan_op1_nnan(float %x) {
315 ; CHECK-LABEL: @fdiv_nan_op1_nnan(
316 ; CHECK-NEXT:    ret float poison
318   %r = fdiv nnan float %x, 0x7FF8000000000000
319   ret float %r
322 define float @frem_nan_op0_nnan(float %x) {
323 ; CHECK-LABEL: @frem_nan_op0_nnan(
324 ; CHECK-NEXT:    ret float poison
326   %r = frem nnan float 0x7FF8000000000000, %x
327   ret float %r
330 define float @frem_nan_op1_fast(float %x) {
331 ; CHECK-LABEL: @frem_nan_op1_fast(
332 ; CHECK-NEXT:    ret float poison
334   %r = frem fast float %x, 0x7FF8000000000000
335   ret float %r