Files
llvm-project/llvm/lib/Analysis/LoopCacheAnalysis.cpp
Ryotaro Kasuga 8d0830e344 [LoopCacheAnalysis] Remove tryDelinearizeFixedSize (NFCI) (#177552)
LoopCacheAnalysis has its own function `tryDelinearizeFixedSize`, which
is a wrapper of Delinearization. Due to recent changes in
Delinearization, this function has become almost equivalent to
`delinearizeFixedSizeArray` and is no longer necessary. This patch
removes it.
2026-02-02 08:26:51 +00:00

26 KiB