[PATCH] D48939: CallGraph passes: iterate over all functions rather than just externally visible ones

Tim Northover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 5 07:34:45 PDT 2018


t.p.northover updated this revision to Diff 154235.
t.p.northover marked an inline comment as done.
t.p.northover added a comment.

Address review comments and rework iteration to always find next location before modifying the current one.


Repository:
  rL LLVM

https://reviews.llvm.org/D48939

Files:
  llvm/include/llvm/ADT/SCCIterator.h
  llvm/lib/Analysis/CallGraphSCCPass.cpp
  llvm/test/Transforms/Inline/always-inline.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48939.154235.patch
Type: text/x-patch
Size: 7701 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180705/cb65856a/attachment.bin>


More information about the llvm-commits mailing list