[llvm] [LoopInterchange] Remove 'S' Scalar Dependencies (PR #119345)

Ryotaro Kasuga via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 14 00:43:17 PST 2025


================
@@ -153,7 +153,7 @@ for1.loopexit:                                 ; preds = %for1.inc
 ; Check that we do not interchange if reduction is stored in an invariant address inside inner loop
 ; REMARKS: --- !Missed
 ; REMARKS-NEXT: Pass:            loop-interchange
-; REMARKS-NEXT: Name:            UnsupportedPHIOuter
+; REMARKS-NEXT: Name:            Dependence
----------------
kasuga-fj wrote:

As with `inner-only-reductions.ll`, I think the reason for failure is important for this test.

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


More information about the llvm-commits mailing list