[llvm] [DA] Replace delinearization for fixed size array (PR #161822)

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 15 08:11:47 PDT 2025


================
@@ -15,19 +15,51 @@
 ;;
 ;; The entry of the direction vector for the outermost loop is `DVEntry::LE`.
 ;; We need to treat this as `*`, not `<`. See issue #123920 for details.
-
-; CHECK: --- !Missed
-; CHECK-NEXT: Pass:            loop-interchange
-; CHECK-NEXT: Name:            Dependence
-; CHECK-NEXT: Function:        f
-; CHECK: --- !Missed
-; CHECK-NEXT: Pass:            loop-interchange
-; CHECK-NEXT: Name:            Dependence
-; CHECK-NEXT: Function:        f
----------------
Meinersbur wrote:

I prefer the remark output. Check lines from update_test_checks give no clue what is intended to be checked

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


More information about the llvm-commits mailing list