YunQiang Su
fb9e685fc4
Intrinsic: introduce minimumnum and maximumnum for IR and SelectionDAG ( #96649 )
...
C23 introduced new functions fminimum_num and fmaximum_num, and they
follow the minimumNumber and maximumNumber of IEEE754-2019. Let's
introduce new intrinsics to support them.
This patch introduces support only support for scalar values. The
support of
vector (vp, vp.reduce, vector.reduce),
experimental.constrained
will be added in future patches.
With this patch, MIPSr6 and LoongArch can work out of box with
fcanonical and fmax/fmin.
Aarch64/PowerPC64 can use the same login as MIPSr6 and LoongArch, while
they have no fcanonical support yet.
I will add it in future patches.
The FMIN/FMAX of RISC-V instructions follows the
minimumNumber/maximumNumber of IEEE754-2019. We can just add it in
future patch.
Background
https://discourse.llvm.org/t/rfc-fix-llvm-min-f-and-llvm-max-f-intrinsics/79735
Currently we have fminnum/fmaxnum, which have different behavior on
different platform for NUM vs sNaN:
1) Fallback to fmin(3)/fmax(3): return qNaN.
2) ARM64/ARM32+Neon: same as libc.
3) MIPSr6/LoongArch/RISC-V: return NUM.
And the fix of fminnum/fmaxnum to follow minNUM/maxNUM of IEEE754-2008
will submit as separated patches.
2024-08-15 14:09:36 +08:00
..
2023-09-11 14:42:37 -07:00
2024-02-06 09:23:33 -08:00
2022-12-19 12:56:12 +01:00
2024-02-06 09:23:33 -08:00
2024-06-14 20:56:43 +02:00
2024-02-06 09:23:33 -08:00
2024-08-09 18:55:21 +01:00
2022-12-19 12:56:12 +01:00
2023-06-14 22:27:15 +00:00
2024-06-04 08:31:03 +02:00
2024-05-23 22:27:17 +08:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2023-09-11 14:42:37 -07:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2023-02-06 20:36:11 -08:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2023-02-09 18:45:20 +03:00
2022-12-19 12:56:12 +01:00
2024-04-24 22:31:51 +08:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2023-09-16 17:09:41 +08:00
2024-03-18 10:37:59 -04:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2024-08-12 13:47:27 -07:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-11-15 14:36:01 -08:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2024-06-04 09:23:52 +08:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2023-08-22 07:20:53 +02:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2023-01-05 13:21:20 +01:00
2023-06-14 22:27:15 +00:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2023-09-11 14:42:37 -07:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2023-09-11 15:11:01 -07:00
2024-05-08 17:30:14 +08:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2024-08-15 14:09:36 +08:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2023-12-29 14:53:55 +05:30
2023-12-29 14:53:55 +05:30
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2024-02-14 12:48:55 -08:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2024-02-05 14:07:09 +01:00
2024-02-05 14:07:09 +01:00
2022-12-19 12:56:12 +01:00
2023-03-01 15:33:45 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2023-09-11 14:42:37 -07:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2024-02-26 22:08:36 -08:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2023-09-11 15:11:01 -07:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2024-02-06 09:23:33 -08:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2023-02-09 18:45:20 +03:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2023-11-16 11:12:10 +00:00
2023-06-06 17:07:18 -04:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2023-05-17 17:03:15 +02:00
2022-12-19 12:56:12 +01:00
2022-11-23 09:04:42 +00:00
2023-01-13 10:34:27 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2023-09-11 15:11:01 -07:00
2022-12-19 12:56:12 +01:00
2023-07-31 20:15:45 -04:00
2023-09-11 14:42:37 -07:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2023-09-11 14:42:37 -07:00
2022-12-19 12:56:12 +01:00
2023-09-11 14:42:37 -07:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2023-09-11 14:42:37 -07:00
2023-08-16 23:11:59 -07:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2024-02-05 14:07:09 +01:00
2023-09-11 15:11:01 -07:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2023-06-14 22:27:15 +00:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2024-05-23 22:27:17 +08:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2024-02-05 14:07:09 +01:00
2023-10-24 20:27:39 -07:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2024-03-20 14:18:24 +08:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2023-03-12 21:59:18 -04:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2023-12-29 14:53:55 +05:30
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2023-08-21 12:05:32 +02:00
2023-12-07 10:33:03 +00:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2024-02-06 09:23:33 -08:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-06-07 10:00:25 -04:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2024-08-14 08:44:57 -07:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2023-09-11 14:42:37 -07:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2022-12-19 12:56:12 +01:00
2023-06-18 13:32:40 -07:00
2024-01-09 10:42:34 -08:00
2022-12-19 12:56:12 +01:00