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

Sergey Dmitriev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 27 00:21:30 PDT 2020


sdmitriev updated this revision to Diff 280800.
sdmitriev added a comment.

Added unit test for the CallGraphNode::replaceCallEdge() change. Without this change test finishes with an assertion on windows debug build.


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

https://reviews.llvm.org/D84295

Files:
  llvm/lib/Analysis/CallGraph.cpp
  llvm/unittests/IR/LegacyPassManagerTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84295.280800.patch
Type: text/x-patch
Size: 5651 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200727/311aec9e/attachment.bin>


More information about the llvm-commits mailing list