[llvm-branch-commits] [llvm] [LoopInterchange] Disable LoopCacheAnalysis-based heuristic by default (PR #193478)
Michael Kruse via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Apr 22 06:32:36 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
----------------
Meinersbur wrote:
Why change this even though it is what it is supposed to test?
https://github.com/llvm/llvm-project/pull/193478
More information about the llvm-branch-commits
mailing list