[llvm] [VPlan] Add VPBundleRecipe, replacing extended reduction recipes. (PR #144281)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 26 07:12:40 PDT 2025
================
@@ -1776,9 +1776,9 @@ void VPlanTransforms::truncateToMinimalBitwidths(
for (VPBasicBlock *VPBB : VPBlockUtils::blocksOnly<VPBasicBlock>(
vp_depth_first_deep(Plan.getVectorLoopRegion()))) {
for (VPRecipeBase &R : make_early_inc_range(*VPBB)) {
- if (!isa<VPWidenRecipe, VPWidenCastRecipe, VPReplicateRecipe,
- VPWidenSelectRecipe, VPWidenLoadRecipe, VPWidenIntrinsicRecipe>(
- &R))
+ if (!isa<VPInstruction, VPWidenRecipe, VPWidenCastRecipe,
----------------
fhahn wrote:
This was unrelated, removed, thanks
https://github.com/llvm/llvm-project/pull/144281
More information about the llvm-commits
mailing list