diff options
author | Nikita Popov <npopov@redhat.com> | 2025-07-23 09:48:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-23 09:48:32 +0200 |
commit | b59aaf7da7a7121bf0263243fcec6a5fd6db1a2b (patch) | |
tree | b2bb0c25caf5e3eff9550866563f196e136ea572 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 1e24b53534ed4043562ae32bb16c55b7820a3aed (diff) | |
download | llvm-b59aaf7da7a7121bf0263243fcec6a5fd6db1a2b.zip llvm-b59aaf7da7a7121bf0263243fcec6a5fd6db1a2b.tar.gz llvm-b59aaf7da7a7121bf0263243fcec6a5fd6db1a2b.tar.bz2 |
[Sanitizers] Remove handling for lifetimes on non-alloca insts (NFC) (#149994)
After #149310 the pointer argument of lifetime.start/lifetime.end is
guaranteed to be an alloca, so we don't need to go through
findAllocaForValue() anymore, and don't have to have special handling
for the case where it fails.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions