[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:31 PDT 2026


================
@@ -87,7 +87,7 @@ for.end19:
 ; DELIN-NEXT: Name:            InterchangeNotProfitable
 ; DELIN-NEXT: Function:        test01
 ; DELIN-NEXT: Args:
-; DELIN-NEXT:   - String:          Interchanging loops is not considered to improve cache locality nor vectorization.
+; DELIN-NEXT:   - String:          Insufficient information to calculate the cost of loop for interchange.
----------------
kasuga-fj wrote:

No special reason. Is it better to change the option rather than fix the assertion?

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


More information about the llvm-branch-commits mailing list