[PATCH] D30790: [LVI] Add an LVI printer pass to capture test LVI cache after transformations

Anna Thomas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 14 07:29:20 PDT 2017


anna updated this revision to Diff 91722.
anna marked 3 inline comments as done.
anna added a comment.
This revision is now accepted and ready to land.

Updated the pass to use the `AseemblyAnnotationWriter`.
Addressed other review comments.
Tests updated accordingly.

I have not yet added the new pass manager version, I'll add for review once this is completed.
(The new pass manager version of the LVIPrinter compiles, but it does not use the existing LVI object, I'll debug that on the side. 
Don't want to block this review on that issue).


https://reviews.llvm.org/D30790

Files:
  include/llvm/Analysis/LazyValueInfo.h
  include/llvm/InitializePasses.h
  lib/Analysis/Analysis.cpp
  lib/Analysis/LazyValueInfo.cpp
  test/Analysis/LazyValueAnalysis/lvi-after-jumpthreading.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30790.91722.patch
Type: text/x-patch
Size: 10798 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170314/9fd760b1/attachment.bin>


More information about the llvm-commits mailing list