[PATCH] D91046: [CGSCC][Inliner] Handle new non-trivial edges in updateCGAndAnalysisManagerForPass
Mikael Holmén via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 12 22:16:27 PST 2020
uabelho added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/Inliner.cpp:947
- for (LazyCallGraph::Edge &E : *CalleeN)
- RC->insertTrivialRefEdge(N, E.getNode());
- }
----------------
This seems to be the last use of RC ( I see "set but not used" warnings about RC when compiling with gcc 7.4 now). Should RC be removed now?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91046/new/
https://reviews.llvm.org/D91046
More information about the llvm-commits
mailing list