[PATCH] D63459: Loop Cache Analysis
David Greene via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 13 10:26:41 PDT 2019
greened added inline comments.
================
Comment at: llvm/lib/Analysis/LoopCacheAnalysis.cpp:244
+ dbgs().indent(2)
+ << "No temporal reuse: distance is greater than MaxDistance at depth="
+ << Level << "\n");
----------------
Can we add the value of `MaxDistance` to this message?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63459/new/
https://reviews.llvm.org/D63459
More information about the llvm-commits
mailing list