diff options
author | Kazu Hirata <kazu@google.com> | 2025-01-25 01:15:38 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-25 01:15:38 -0800 |
commit | c216081e981ea14536024b86df79ddee9fe517e0 (patch) | |
tree | 4ea31406581e98ca8a1089c171286fd399efd9a5 /llvm/lib/CodeGen/ModuloSchedule.cpp | |
parent | f607e3fd23ef0019b2f3b289b4d46012400b8db5 (diff) | |
download | llvm-c216081e981ea14536024b86df79ddee9fe517e0.zip llvm-c216081e981ea14536024b86df79ddee9fe517e0.tar.gz llvm-c216081e981ea14536024b86df79ddee9fe517e0.tar.bz2 |
[AST] Migrate away from PointerUnion::dyn_cast (NFC) (#124388)
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 dyn_cast
because we expect P to be nonnull.
Diffstat (limited to 'llvm/lib/CodeGen/ModuloSchedule.cpp')
0 files changed, 0 insertions, 0 deletions