diff options
author | Kazu Hirata <kazu@google.com> | 2025-01-31 07:50:44 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-31 07:50:44 -0800 |
commit | 5a116f8a730f6aba873ba7237a308495b2fcef2c (patch) | |
tree | 770837f9d95cccfe48400c3045b82d9351c4310a /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp | |
parent | 9268494f03cb940de0ae4b747b447ffc07b10ea7 (diff) | |
download | llvm-5a116f8a730f6aba873ba7237a308495b2fcef2c.zip llvm-5a116f8a730f6aba873ba7237a308495b2fcef2c.tar.gz llvm-5a116f8a730f6aba873ba7237a308495b2fcef2c.tar.bz2 |
[Vectorize] Migrate away from PointerUnion::dyn_cast (NFC) (#125159)
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 InVectors.front() and P to be nonnull.
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp')
0 files changed, 0 insertions, 0 deletions