[llvm] [LoopCacheAnalysis] Replace delinearization for fixed size array (PR #164798)

Sjoerd Meijer via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 19 03:56:41 PST 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
 
----------------
sjoerdmeijer wrote:

Thanks! I think it does.

https://github.com/llvm/llvm-project/pull/164798


More information about the llvm-commits mailing list