Kazu Hirata
e504ece6c1
[LLVMIR] Migrate away from PointerUnion::{is,get} (NFC) ( #120530 )
...
Note that PointerUnion::{is,get} have 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>
I'm not touching PointerUnion::dyn_cast for now because it's a bit
complicated; we could blindly migrate it to dyn_cast_if_present, but
we should probably use dyn_cast when the operand is known to be
non-null.
2024-12-19 10:16:40 -08:00
..
2024-11-29 14:11:57 +08:00
2024-10-18 21:20:47 +01:00
2024-11-06 14:30:53 +00:00
2024-12-13 17:38:46 -06:00
2024-07-02 10:42:33 +01:00
2024-12-05 08:48:30 +00:00
2024-10-05 21:32:40 +02:00
2024-10-18 21:20:47 +01:00
2024-12-18 23:57:13 +02:00
2024-08-28 22:34:14 -06:00
2024-10-14 15:01:05 +02:00
2024-10-31 19:18:24 +00:00
2024-10-23 07:29:17 -07:00
2024-12-15 22:58:31 +01:00
2024-12-19 15:05:45 +01:00
2024-11-04 13:24:22 -08:00
2024-07-02 10:42:33 +01:00
2024-12-18 13:24:47 +00:00
2024-12-19 10:16:40 -08:00
2024-12-09 14:52:55 -07:00
2024-12-17 09:07:47 -08:00
2024-11-28 09:38:38 +00:00
2024-10-16 06:40:48 -07:00
2024-11-28 11:28:24 +00:00
2024-11-07 14:51:02 +00:00
2024-12-09 15:14:48 -08:00
2023-09-06 13:54:39 -07:00
2024-12-13 21:44:43 +09:00
2024-09-26 09:53:43 -07:00
2023-08-31 11:28:23 +00:00
2024-10-05 08:42:59 -07:00
2024-06-27 07:14:34 -05:00
2024-11-17 17:45:04 +09:00
2024-12-18 13:24:47 +00:00
2024-11-26 09:11:36 -05:00
2024-11-30 09:27:47 +09:00
2024-12-16 14:12:32 -05:00
2024-12-16 16:02:08 +01:00
2024-12-19 09:07:40 +00:00
2024-12-15 22:58:16 +01:00
2024-03-27 10:30:17 -07:00
2024-11-06 20:42:47 +00:00
2024-12-18 10:56:27 -08:00
2024-10-05 21:32:40 +02:00
2024-11-19 15:15:53 -06:00
2024-06-27 07:14:34 -05:00
2024-09-16 23:23:25 -04:00