[llvm] [VPlan] Introduce VPScalarPHIRecipe, use for can & EVL IV codegen (NFC). (PR #114305)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 4 09:54:44 PST 2024
================
@@ -359,6 +359,7 @@ class VPDef {
VPFirstOrderRecurrencePHISC,
VPWidenIntOrFpInductionSC,
VPWidenPointerInductionSC,
+ VPScalarPHISC,
----------------
ayalz wrote:
Would be good to keep (all header phi recipes in) some order...
https://github.com/llvm/llvm-project/pull/114305
More information about the llvm-commits
mailing list