[llvm] [VPlan] Use VPInstruction for VPScalarPHIRecipe. (NFCI) (PR #129767)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 7 10:45:25 PST 2025
================
@@ -458,6 +464,13 @@ Value *VPInstruction::generate(VPTransformState &State) {
}
switch (getOpcode()) {
+ case Instruction::PHI: {
----------------
ayalz wrote:
Somewhere it should be documented that VPInstructions of PHI opcode are used to model header phi's only.
https://github.com/llvm/llvm-project/pull/129767
More information about the llvm-commits
mailing list