[PATCH] D63459: Loop Cache Analysis

Ettore Tiotto via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 9 16:18:11 PDT 2019


etiotto updated this revision to Diff 208836.
etiotto marked 2 inline comments as done.
etiotto added a comment.

Addressed suggestions from @fhahn and dropped the pass as an analysis. Instead I provided a static member function in the CacheCost class to compute the cache cost of a nest rooted by a given loop.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63459/new/

https://reviews.llvm.org/D63459

Files:
  llvm/include/llvm/Analysis/LoopCacheAnalysis.h
  llvm/lib/Analysis/CMakeLists.txt
  llvm/lib/Analysis/LoopCacheAnalysis.cpp
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Passes/PassRegistry.def
  llvm/test/Analysis/LoopCacheAnalysis/loads-store.ll
  llvm/test/Analysis/LoopCacheAnalysis/matmul.ll
  llvm/test/Analysis/LoopCacheAnalysis/matvecmul.ll
  llvm/test/Analysis/LoopCacheAnalysis/single-store.ll
  llvm/test/Analysis/LoopCacheAnalysis/stencil.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63459.208836.patch
Type: text/x-patch
Size: 57903 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190709/9a1ec235/attachment.bin>


More information about the llvm-commits mailing list