[PATCH] D107383: Streamline the API of salvageDebugInfoImpl (NFC)

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 6 09:26:22 PDT 2021


aprantl updated this revision to Diff 364822.
aprantl added a comment.

Fix a use-after-free of `Op0` introduced in the previous revision and remove the redundant check for `Ops.empty()`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107383/new/

https://reviews.llvm.org/D107383

Files:
  llvm/include/llvm/Transforms/Utils/Local.h
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/Transforms/Coroutines/CoroFrame.cpp
  llvm/lib/Transforms/Utils/Local.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107383.364822.patch
Type: text/x-patch
Size: 12222 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210806/639c3eb4/attachment.bin>


More information about the llvm-commits mailing list