[llvm-branch-commits] [llvm] [LoopInterchange] Disable LoopCacheAnalysis-based heuristic by default (PR #193478)

Ryotaro Kasuga via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Apr 22 08:31:32 PDT 2026


================
@@ -1,9 +1,9 @@
 ; RUN: opt < %s -passes=loop-interchange -cache-line-size=64 \
-; RUN:     -pass-remarks-output=%t -disable-output
+; RUN:     -pass-remarks-output=%t -disable-output -loop-interchange-profitabilities=instorder
 ; RUN: FileCheck -input-file %t --check-prefix=PROFIT-CACHE %s
 
 ; RUN: opt < %s -passes=loop-interchange -cache-line-size=64 \
-; RUN:     -pass-remarks-output=%t -disable-output -loop-interchange-profitabilities=vectorize,cache,instorder
+; RUN:     -pass-remarks-output=%t -disable-output -loop-interchange-profitabilities=vectorize
----------------
kasuga-fj wrote:

It's my mistake, fixed, thanks.

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


More information about the llvm-branch-commits mailing list