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

Sjoerd Meijer via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 17 07:24:37 PST 2025


================
@@ -18,7 +18,7 @@
 
 ; CHECK: --- !Missed
 ; CHECK-NEXT: Pass:            loop-interchange
-; CHECK-NEXT: Name:            UnsupportedPHI
+; CHECK-NEXT: Name:            Dependence
----------------
sjoerdmeijer wrote:

Ok, I see what you mean. I think this is mostly/somewhat mitigated with the xfails, and there is still a test that tests part of `currentLimitations` in `multilevel-partial-reduction.ll` e.g. 

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


More information about the llvm-commits mailing list