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-07-14 11:07:29 -07:00
2025-06-06 09:40:57 +02:00
2025-06-17 15:55:14 +01:00
2025-05-12 23:00:00 -07:00
2025-07-14 08:17:33 +01:00
2025-04-21 12:36:34 -07:00
2025-06-25 09:29:37 +02:00
2025-04-21 12:36:34 -07:00
2025-07-02 08:54:03 -07:00
2025-07-14 22:19:14 -07:00
2025-05-23 23:59:56 -07:00
2025-06-12 14:13:15 +02:00
2025-06-05 22:58:15 -07:00
2025-02-06 08:38:37 +01:00
2025-05-27 15:14:20 -07:00
2025-06-02 08:25:50 +01:00
2025-04-24 12:40:26 -07:00
2025-07-21 17:48:45 +01:00
2025-04-08 00:22:47 +08:00
2025-04-23 07:46:27 +01:00
2025-04-28 11:09:43 +10:00
2025-04-21 12:36:34 -07:00
2025-02-11 09:08:15 -08:00
2025-06-17 15:55:14 +01:00
2025-07-17 21:11:37 +09:00
2025-03-28 19:55:18 -07:00
2025-06-30 17:44:23 -07:00
2025-04-21 12:36:34 -07:00
2025-04-21 12:36:34 -07:00
2025-05-27 15:14:20 -07:00
2025-04-21 12:36:34 -07:00
2025-05-29 11:44:34 -07:00
2025-03-22 10:13:39 -07:00
2025-05-22 17:17:02 +02:00
2025-07-14 11:07:29 -07:00
2025-04-21 12:36:34 -07:00
2025-07-16 15:27:41 +01:00
2025-06-26 12:10:59 -07:00
2025-06-30 22:37:39 +02:00
2025-07-09 10:48:07 -07:00
2025-04-23 08:20:12 +01:00
2025-03-23 07:36:19 -07:00
2025-07-07 23:21:09 +08:00
2025-07-17 13:40:51 -07:00
2025-05-20 06:47:25 -07:00
2025-07-18 21:58:19 +01:00
2025-04-21 12:36:34 -07:00
2025-05-02 10:34:25 -07:00
2025-04-21 12:36:34 -07:00
2025-03-28 19:55:18 -07:00
2025-06-28 13:03:31 -07:00
2025-06-03 17:12:24 +01:00
2025-07-14 08:45:23 +01:00
2025-07-22 13:36:33 +01:00
2025-05-27 15:14:20 -07:00
2025-02-11 16:23:28 -05:00
2025-07-14 22:19:14 -07:00
2025-01-24 13:27:56 +00:00
2025-06-30 07:23:04 -07:00
2025-06-16 11:52:16 +02:00
2025-07-15 15:34:10 +01:00
2025-06-17 09:49:18 +02:00
2025-07-18 21:11:37 -07:00
2025-05-26 15:13:02 -07:00
2025-05-10 21:48:26 +08:00
2025-06-30 22:37:39 +02:00
2025-06-04 13:08:56 -07:00
2025-01-24 13:27:56 +00:00
2025-04-21 12:36:34 -07:00
2024-12-13 14:18:33 +00:00
2025-04-13 16:58:57 +02:00
2025-04-21 12:36:34 -07:00
2025-04-21 12:36:34 -07:00
2025-05-27 15:14:20 -07:00
2025-04-21 12:36:34 -07:00
2025-06-30 07:23:04 -07:00
2025-04-21 12:36:34 -07:00
2025-07-23 09:33:34 +01:00
2025-04-21 12:36:34 -07:00
2025-04-28 14:02:18 -05:00
2025-07-23 09:48:32 +02:00
2025-04-21 12:36:34 -07:00
2025-05-23 23:59:56 -07:00
2025-03-25 07:51:39 -07:00
2025-07-15 10:41:32 +02:00
2025-07-23 10:37:29 +01:00
2025-04-21 12:36:34 -07:00
2025-05-08 08:00:09 +02:00
2025-07-11 11:56:30 -07:00
2025-07-19 19:37:21 -07:00
2025-07-16 13:46:02 -07:00