[llvm] [VPlan] Add ReductionStartVector VPInstruction. (PR #142290)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 5 14:07:15 PDT 2025


https://github.com/fhahn commented:

> I think that ReductionStartVector will need to be handled in VPlanAnalysis::getVFScaleFactor so that its register usage isn't overestimated.

Thanks, I think for now we never try to get the scaling factor as it is produced outside the vector loop. I added an assert for now

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


More information about the llvm-commits mailing list