llvm-project/llvm/test/Analysis/LoopCacheAnalysis/PowerPC
Congzhe Cao 5e004fb787 [LoopCacheAnalysis][NFC] Add a test case for improved loop cache analysis cost calculation
Added a motivating test case for D123400 where the loopnest has a
suboptimal loop order j-i-k. After D123400 we ensure that the order
of loop cache analysis output is loop i-j-k, despite the suboptimal
order in the original loopnest.

Reviewed By: bmahjour, #loopoptwg

Differential Revision: https://reviews.llvm.org/D122776
2022-05-04 17:13:10 -04:00
..
LoopnestFixedSize.ll [LoopCacheAnalysis] Consider dimension depth of the subscript reference when calculating cost 2022-05-02 16:49:10 -04:00
compute-cost-m32.ll
compute-cost.ll
lit.local.cfg
loads-store.ll [LoopCacheAnalysis] Use stable_sort() to avoid non-deterministic print output 2022-05-02 00:49:45 -04:00
matmul.ll [LoopCacheAnalysis] Use stable_sort() to avoid non-deterministic print output 2022-05-02 00:49:45 -04:00
matvecmul.ll [LoopCacheAnalysis] Consider dimension depth of the subscript reference when calculating cost 2022-05-02 16:49:10 -04:00
multi-store.ll [LoopCacheAnalysis] Consider dimension depth of the subscript reference when calculating cost 2022-05-02 16:49:10 -04:00
single-store.ll [LoopCacheAnalysis][NFC] Add a test case for improved loop cache analysis cost calculation 2022-05-04 17:13:10 -04:00
stencil.ll [LoopCacheAnalysis] Use stable_sort() to avoid non-deterministic print output 2022-05-02 00:49:45 -04:00