aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/ProgramStack.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-04-15 09:10:19 -0700
committerGitHub <noreply@github.com>2025-04-15 09:10:19 -0700
commit98534eee847dfa80ff88b213a628a6149f8754d9 (patch)
treecaeeaecee8d892e8f43d314c51b0796c03516662 /llvm/lib/Support/ProgramStack.cpp
parentc8121b99a99fe1785add732aa062039b7c5fdd32 (diff)
downloadllvm-98534eee847dfa80ff88b213a628a6149f8754d9.zip
llvm-98534eee847dfa80ff88b213a628a6149f8754d9.tar.gz
llvm-98534eee847dfa80ff88b213a628a6149f8754d9.tar.bz2
[mlir] Migrate away from PointerUnion::dyn_cast (NFC) (#135770)
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 have a call to dyn_cast earlier in the function, implying that attrOrProp is nonnull.
Diffstat (limited to 'llvm/lib/Support/ProgramStack.cpp')
0 files changed, 0 insertions, 0 deletions