[llvm] [VPlan] Use VPInstruction for VPScalarPHIRecipe. (NFCI) (PR #129767)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 12 03:57:47 PDT 2025


================
@@ -458,6 +464,13 @@ Value *VPInstruction::generate(VPTransformState &State) {
   }
 
   switch (getOpcode()) {
+  case Instruction::PHI: {
----------------
fhahn wrote:

Added assert, thanks!

Will generalize this using https://github.com/llvm/llvm-project/pull/129389 once it lands

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


More information about the llvm-commits mailing list