[PATCH] D100258: [VPlan] Add first VPlan version of sinkScalarOperands.
Gil Rapaport via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 20 02:36:09 PDT 2021
gilr added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp:129
+ auto *UI = dyn_cast<VPRecipeBase>(U);
+ return UI && UI->getParent() != RepR->getParent();
+ }))
----------------
use VPBB instead?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100258/new/
https://reviews.llvm.org/D100258
More information about the llvm-commits
mailing list