[llvm] [LoopCacheAnalysis] Replace delinearization for fixed size array (PR #164798)
Michael Kruse via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 28 08:21:11 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
----------------
Meinersbur wrote:
@sjoerdmeijer Can you confirm?
https://github.com/llvm/llvm-project/pull/164798
More information about the llvm-commits
mailing list