[PATCH] D136368: [VPlan] Use onlyFirstLaneUsed in sinkScalarOperands.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 29 11:47:35 PDT 2022
fhahn marked an inline comment as done.
fhahn added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp:142
// SinkCandidate. At the moment, we identify such UAV's by looking for the
// address operands of widened memory recipes.
auto CanSinkWithUser = [SinkTo, &NeedsDuplicating,
----------------
Ayal wrote:
> Above sentence becomes obsolete.
Thanks, removed in the committed version!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136368/new/
https://reviews.llvm.org/D136368
More information about the llvm-commits
mailing list