[llvm] [LoopCacheAnalysis] Replace delinearization for fixed size array (PR #164798)
Ryotaro Kasuga via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 23 03:54:07 PDT 2025
================
@@ -9,8 +9,8 @@
; A[c][d][d] = 0;
; }
-; CHECK: Loop 'outer.loop' has cost = 9223372036854775807
; CHECK: Loop 'inner.loop' has cost = 9223372036854775807
+; CHECK: Loop 'outer.loop' has cost = 10000
----------------
kasuga-fj wrote:
This test was added in https://github.com/llvm/llvm-project/pull/111807. Based on the description of the PR, the test appears to ensure that no assertion errors are triggered, so I believe this change is not particularly significant.
https://github.com/llvm/llvm-project/pull/164798
More information about the llvm-commits
mailing list