[PATCH] D139790: [VPlan] Consider all recipes in replicate blocks as sink candidates.
Ayal Zaks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 11 14:32:12 PST 2022
Ayal added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp:112
bool Changed = false;
- // First, collect the operands of all predicated replicate recipes as seeds
- // for sinking.
+ // First, collect the operands of all recipes in replicate blocks as seeds for
+ // sinking.
----------------
Following the documentation iterate over VPBlockUtils::blocksOnly<VPRegionBlock>(Iter)?
================
Comment at: llvm/test/Transforms/LoopVectorize/vplan-sink-scalars-and-merge.ll:38
+; CHECK-NEXT: vp<[[STEPS:%.+]]> = SCALAR-STEPS vp<[[CAN_IV]]>, ir<1>
; CHECK-NEXT: REPLICATE ir<%gep.b> = getelementptr ir<@b>, ir<0>, vp<[[STEPS]]>
; CHECK-NEXT: REPLICATE ir<%lv.b> = load ir<%gep.b>
----------------
The iterative scan up use-def chains stops at GEPs?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139790/new/
https://reviews.llvm.org/D139790
More information about the llvm-commits
mailing list