aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/SelectOptimize.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-01-28 10:56:26 -0800
committerGitHub <noreply@github.com>2025-01-28 10:56:26 -0800
commit2ef497e5b02650c59aa71676b7d891a138519685 (patch)
tree81dfa0be043ad70b99f211da9145ac6db7a1536f /llvm/lib/CodeGen/SelectOptimize.cpp
parent986581f6bcef8736c942a9fec9cf12bfbc57c1f6 (diff)
downloadllvm-2ef497e5b02650c59aa71676b7d891a138519685.zip
llvm-2ef497e5b02650c59aa71676b7d891a138519685.tar.gz
llvm-2ef497e5b02650c59aa71676b7d891a138519685.tar.bz2
[Sema] Migrate away from PointerUnion::dyn_cast (NFC) (#124675)
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 TransExpr to be nonnull.
Diffstat (limited to 'llvm/lib/CodeGen/SelectOptimize.cpp')
0 files changed, 0 insertions, 0 deletions