aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2024-12-06 01:45:56 -0800
committerGitHub <noreply@github.com>2024-12-06 01:45:56 -0800
commit91d6e10cca4ea8d50927aba024f33c9076785d3a (patch)
treecbd24698449b7aa81f1186c354d606fc8afb54f8 /llvm/lib
parent6f190cabe0a0409aecbf000ee78aa786dfc715f7 (diff)
downloadllvm-91d6e10cca4ea8d50927aba024f33c9076785d3a.zip
llvm-91d6e10cca4ea8d50927aba024f33c9076785d3a.tar.gz
llvm-91d6e10cca4ea8d50927aba024f33c9076785d3a.tar.bz2
[CodeGen] Migrate away from PointerUnion::{is,get} (NFC) (#118600)
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.
Diffstat (limited to 'llvm/lib')
0 files changed, 0 insertions, 0 deletions