[PATCH] D72550: [SCCIterator] Fix another potential use-after-free

Keno Fischer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 13 13:43:19 PST 2020


loladiro updated this revision to Diff 237769.
loladiro added a comment.

Turns out this doesn't quite yet address the TODO in Inliner.
Reverted that part of this change for a complete solution in a future
revision.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72550

Files:
  llvm/include/llvm/ADT/SCCIterator.h
  llvm/include/llvm/Analysis/CallGraphSCCPass.h
  llvm/lib/Analysis/CallGraphSCCPass.cpp
  llvm/lib/Transforms/IPO/Inliner.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72550.237769.patch
Type: text/x-patch
Size: 4905 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200113/03c61ffd/attachment.bin>


More information about the llvm-commits mailing list