[PATCH] D91046: [CGSCC][Inliner] Handle new non-trivial edges in updateCGAndAnalysisManagerForPass

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 12 22:25:40 PST 2020


aeubanks added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/Inliner.cpp:947
-      for (LazyCallGraph::Edge &E : *CalleeN)
-        RC->insertTrivialRefEdge(N, E.getNode());
-    }
----------------
uabelho wrote:
> 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?
Fixed with b9406121a04eb04069b58815185f6da4ee22b455


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