Kazu Hirata
aaf0643dd5
[lld] Migrate away from PointerUnion::dyn_cast (NFC) ( #123891 )
...
Note that PointerUnion::dyn_cast has been soft deprecated in
PointerUnion.h:
// FIXME: Replace the uses of is(), get() and dyn_cast() with
// isa<T>, cast<T> and the llvm::dyn_cast<T>
Literal migration would result in dyn_cast_if_present (see the
definition of PointerUnion::dyn_cast), but this patch uses cast
because we know expect isa<Symbol *>(rel.referent) to be true.
2025-01-22 00:17:04 -08:00
..
2025-01-21 11:57:53 -08:00
2025-01-10 09:32:03 -08:00
2025-01-16 09:31:42 -08:00
2024-12-18 09:24:25 -08:00
2025-01-09 14:14:13 -08:00
2025-01-07 21:07:51 -08:00
2024-12-09 22:50:21 -08:00
2024-12-31 09:07:00 -08:00
2024-11-16 21:37:34 -08:00
2024-12-11 15:44:44 -08:00
2024-12-14 20:07:08 -08:00
2024-12-14 20:07:08 -08:00
2024-11-20 09:36:52 -08:00
2024-12-14 20:07:08 -08:00
2024-11-20 20:02:17 -05:00
2024-12-14 20:07:08 -08:00
2024-11-15 17:24:35 -08:00
2024-11-22 15:01:59 -08:00
2025-01-15 22:58:24 -08:00
2024-12-14 20:07:08 -08:00
2024-12-14 20:07:08 -08:00
2024-06-17 18:58:02 -07:00
2025-01-17 13:04:28 -08:00
2025-01-07 21:07:51 -08:00
2024-09-05 12:29:46 -04:00
2024-07-23 11:02:55 -04:00
2024-12-14 20:07:08 -08:00
2024-08-14 20:42:07 +02:00
2025-01-10 09:32:03 -08:00
2025-01-10 09:32:03 -08:00
2024-07-23 11:02:55 -04:00
2024-07-23 11:02:55 -04:00
2024-09-05 16:36:21 -07:00
2024-09-06 10:58:19 +02:00
2024-12-22 21:50:15 +08:00
2023-05-20 13:06:03 -07:00
2025-01-22 00:17:04 -08:00
2024-11-20 09:36:52 -08:00
2024-11-20 09:36:52 -08:00
2024-12-14 20:07:08 -08:00
2025-01-10 09:32:03 -08:00