[PATCH] D122857: [LoopCacheAnlysis] Enable delinearization of fixed sized arrays

Congzhe Cao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 31 19:01:24 PDT 2022


congzhe created this revision.
Herald added subscribers: hiraditya, nemanjai.
Herald added a project: All.
congzhe requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This is a follow-up to the discussion during the LoopOptWG meeting.

Currently loop cache analysis cannot analyze fix-sized arrays since it cannot delinearize them. This patch adds the capability to delinearize fix-sized arrays to loop cache analysis.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D122857

Files:
  llvm/include/llvm/Analysis/LoopCacheAnalysis.h
  llvm/lib/Analysis/LoopCacheAnalysis.cpp
  llvm/test/Analysis/LoopCacheAnalysis/PowerPC/LoopnestFixedSize.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122857.419600.patch
Type: text/x-patch
Size: 9901 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220401/d3e1c3a3/attachment.bin>


More information about the llvm-commits mailing list