[PATCH] D84295: [CallGraph] Preserve call records vector when replacing call edge

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 27 05:27:17 PDT 2020


jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.

LGTM. This is not "great" but one of those shortcomings of the legacy CG we can work around in the hops it will be removed soon.
FWIW, in the absence of callbacks this should not cause much cost and be a no-op.


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

https://reviews.llvm.org/D84295





More information about the llvm-commits mailing list