[PATCH] D24219: [LCG] Redesign the lazy post-order iteration mechanism for the LazyCallGraph to support repeated, stable iterations, even in the face of graph updates.

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 8 02:24:44 PDT 2016


chandlerc updated this revision to Diff 70666.
chandlerc marked 2 inline comments as done.
chandlerc added a comment.

Updated with better assert strings, a big "DOH!" bug fix, and an important
added test case to cover that bug fix. Many thanks to Easwaran for the review
that found these issues.


https://reviews.llvm.org/D24219

Files:
  include/llvm/Analysis/LazyCallGraph.h
  lib/Analysis/LazyCallGraph.cpp
  unittests/Analysis/LazyCallGraphTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24219.70666.patch
Type: text/x-patch
Size: 28419 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160908/9c3fe74b/attachment.bin>


More information about the llvm-commits mailing list