[PATCH] D22706: Fix : Partial Inliner requires AssumptionCacheTracker

Easwaran Raman via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 22 15:32:31 PDT 2016


eraman requested changes to this revision.
eraman added a comment.
This revision now requires changes to proceed.

Please split the adding of the dependence on AssumptionCache and the porting of the pass into the new PM into two separate passes. Also, note that you are not populating the ACT field of IFI in the new PM version of the code and that needs to be fixed.


https://reviews.llvm.org/D22706





More information about the llvm-commits mailing list