[llvm] [VPlan] Introduce scalar loop header in plan, remove VPLiveOut. (PR #109975)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 27 08:26:46 PDT 2024
================
@@ -45,6 +45,11 @@ target triple = "aarch64-unknown-linux-gnu"
; CHECK-NEXT: No successors
; CHECK-EMPTY:
; CHECK-NEXT: scalar.ph:
+; CHECK-NEXT: Successor(s): ir-bb<for.body>
+; CHECK-EMPTY:
+; CHECK-NEXT: ir-bb<for.body>:
----------------
fhahn wrote:
Yes, because induction resume values are not handled in VPlan yet, but should be done by https://github.com/llvm/llvm-project/pull/112145
https://github.com/llvm/llvm-project/pull/109975
More information about the llvm-commits
mailing list