Alexandros Lamprineas
3ab64c5b29
[NFC][Clang][FMV] Make FMV priority data type future proof. ( #150079 )
...
FMV priority is the returned value of a polymorphic function. On RISC-V
and X86 targets a 32-bit value is enough. On AArch64 we currently need
64 bits and we will soon exceed that. APInt seems to be a suitable
replacement for uint64_t, presumably with minimal compile time overhead.
It allows bit manipulation, comparison and variable bit width.
2025-07-23 10:37:29 +01:00
..
2025-02-18 09:59:12 -08:00
2024-11-03 13:48:55 -08:00
2025-06-12 11:51:58 +01:00
2025-07-15 15:34:10 +01:00
2025-07-15 15:34:10 +01:00
2025-05-05 12:10:03 +02:00
2024-09-26 10:49:29 +01:00
2025-03-24 10:11:55 -07:00
2025-05-04 16:08:31 -07:00
2025-03-31 08:10:34 -07:00
2025-06-12 11:51:58 +01:00
2025-06-20 18:55:41 -04:00
2025-06-27 12:49:20 -07:00
2025-06-23 15:31:17 +02:00
2025-03-27 07:51:58 -07:00
2025-02-13 11:39:02 -08:00
2025-05-15 15:00:05 +02:00
2025-07-01 18:34:52 +05:30
2025-05-24 09:37:43 -07:00
2025-06-17 16:13:42 -07:00
2025-03-19 15:35:01 -07:00
2025-07-23 10:37:29 +01:00
2024-11-03 13:48:55 -08:00
2025-04-11 19:39:25 +08:00
2025-05-28 16:44:44 -07:00
2025-05-24 09:37:43 -07:00
2024-11-03 13:48:55 -08:00
2025-07-15 15:34:10 +01:00
2025-07-11 18:06:01 -07:00
2025-07-21 12:27:36 -07:00
2025-07-18 11:31:52 +01:00
2025-04-07 19:55:00 -07:00
2025-07-16 11:41:32 +01:00
2025-05-02 09:40:50 +02:00
2025-03-20 09:11:11 -07:00
2025-05-24 09:37:32 -07:00
2025-04-28 19:28:56 +02:00
2025-06-17 15:55:14 +01:00
2025-06-19 17:28:39 +02:00
2024-11-03 13:48:55 -08:00
2025-06-26 08:41:18 -07:00
2025-06-11 11:23:24 +01:00
2025-06-20 08:01:32 +08:00