[PATCH] D29277: [PM] Port ArgumentPromotion to the new pass manager.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 31 15:09:13 PST 2017


chandlerc updated this revision to Diff 86504.
chandlerc added a comment.

Strip this down to the just the LazyCallGraph enhancement.

The core ArgumentPromotion change needs to wait for more LCG improvements that
I can effectively separate.

I will also deal with the grep-based tests when dealing with the pass itself.


https://reviews.llvm.org/D29277

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29277.86504.patch
Type: text/x-patch
Size: 10871 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170131/600e3a01/attachment.bin>


More information about the llvm-commits mailing list