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

Artur Pilipenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 10 09:06:05 PST 2017


apilipenko added inline comments.


================
Comment at: include/llvm/Analysis/LazyValueInfo.h:102
+  // Print the LVI cache.
+  void printLazyValueInfoCache(const DataLayout &DL, raw_ostream &OS);
+
----------------
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


https://reviews.llvm.org/D30790





More information about the llvm-commits mailing list