[PATCH] D88714: [NewPM][CGSCC] Handle newly added functions not directly referenced by existing nodes

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 16 16:00:33 PST 2020


aeubanks planned changes to this revision.
aeubanks added a comment.

Actually I think I need to better handle newly created functions. Currently I'm putting them in the same SCC as the current node, but in reality it might need to be in its own SCC (else we'd break some invariants about all nodes being able to reach all other nodes in the same SCC)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88714



More information about the llvm-commits mailing list