[PATCH] D124926: [LoopInterchange] New cost model for loop interchange
Congzhe Cao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 8 13:37:54 PDT 2022
congzhe added a comment.
Thanks @bmahjour @fhahn, according to your comments I posted a separate preliminary patch D127342 <https://reviews.llvm.org/D127342> that puts the cache line size option in `TargetTransformInfo.cpp`, and added a new test case under `llvm/test/Analysis/LoopCacheAnalysis` to make sure loop cache analysis produces different but sane costs. After landing D127342 <https://reviews.llvm.org/D127342> I'll rebase the current patch on D127342 <https://reviews.llvm.org/D127342>.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124926/new/
https://reviews.llvm.org/D124926
More information about the llvm-commits
mailing list