[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
Fri Mar 10 09:22:11 PST 2017


anna marked an inline comment as done.
anna added inline comments.


================
Comment at: include/llvm/Analysis/LazyValueInfo.h:102
+  // Print the LVI cache.
+  void printLazyValueInfoCache(const DataLayout &DL, raw_ostream &OS);
+
----------------
apilipenko wrote:
> anna wrote:
> > apilipenko wrote:
> > > Here and below - just printCache?
> > how about `printCaches`? Since we'll print both the overdefined and the LVICache.
> Works for me
Both overdefined and latticevaluecache are defined within the `LVICache`. So, left as `printCache` itself. 


https://reviews.llvm.org/D30790





More information about the llvm-commits mailing list