[llvm] [VPlan] Add VPBundleRecipe, replacing extended reduction recipes. (PR #144281)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 18 02:36:36 PDT 2025
https://github.com/lukel97 commented:
Would we want to consider VPWidenIntOrFpInductionRecipe a type of VPBundleRecipe? If so I presume we would still want it to also be a VPWidenPHIRecipe which has its own subclass, which would conflict with VPBundleSC. In which case we would need some form of multiple inheritance instead?
https://github.com/llvm/llvm-project/pull/144281
More information about the llvm-commits
mailing list