[llvm] [LoopInterchange] Ignore the cost-model, force interchange if legal (PR #148858)

Ryotaro Kasuga via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 17 06:26:38 PDT 2025


================
@@ -2,6 +2,10 @@
 ; RUN:     -pass-remarks-output=%t -disable-output
 ; 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=ignore 
+; RUN: FileCheck -input-file %t --check-prefix=PROFIT-VEC %s
+
----------------
kasuga-fj wrote:

Leftover?

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


More information about the llvm-commits mailing list