diff options
author | Kazu Hirata <kazu@google.com> | 2025-01-25 01:16:00 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-25 01:16:00 -0800 |
commit | 186d6546d9c5898a0a32f4616558021d9a908786 (patch) | |
tree | 132de402eb99272ba2e532fdf8e28bba165c6075 /llvm/lib/CodeGen/ModuloSchedule.cpp | |
parent | c216081e981ea14536024b86df79ddee9fe517e0 (diff) | |
download | llvm-186d6546d9c5898a0a32f4616558021d9a908786.zip llvm-186d6546d9c5898a0a32f4616558021d9a908786.tar.gz llvm-186d6546d9c5898a0a32f4616558021d9a908786.tar.bz2 |
[Index] Migrate away from PointerUnion::dyn_cast (NFC) (#124389)
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 DclInfo.DeclOrMacro to be nonnull.
Diffstat (limited to 'llvm/lib/CodeGen/ModuloSchedule.cpp')
0 files changed, 0 insertions, 0 deletions