[PATCH] D133907: [LazyCallGraph] Handle spurious ref edges when deleting a dead function
Alina Sbirlea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 22 14:30:36 PDT 2022
asbirlea accepted this revision.
asbirlea added a comment.
This revision is now accepted and ready to land.
Thanks for resolving this!
================
Comment at: llvm/include/llvm/Analysis/LazyCallGraph.h:1068
+ /// CGSCCUpdateResult::InvalidatedRefSCCs plus a list of RefSCCs to add to
+ /// CGSCCUpdateResult::RCWorklist. This can happen in edge cases where.
void removeDeadFunction(Function &F);
----------------
incomplete comment?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133907/new/
https://reviews.llvm.org/D133907
More information about the llvm-commits
mailing list