[llvm] [LoopInterchange] Supported partially-perfect Loop Nests (PR #199511)

Ryotaro Kasuga via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 29 01:28:47 PDT 2026


================
@@ -0,0 +1,62 @@
+; RUN: opt < %s -passes=loop-interchange -loop-interchange-profitabilities=ignore -debug-only=loop-interchange -disable-output -S 2>%t
+; RUN: FileCheck --input-file=%t %s
----------------
kasuga-fj wrote:

```suggestion
; RUN: opt < %s -passes=loop-interchange -loop-interchange-profitabilities=ignore -debug-only=loop-interchange -disable-output 2>&1 | FileCheck %s
; REQUIRES: asserts
```

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


More information about the llvm-commits mailing list