[PATCH] D111125: [NFC][LoopVectorize] Remove setBestPlan in favour of getBestPlanFor
Bardia Mahjour via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 5 10:00:07 PDT 2021
bmahjour added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h:299
+ /// Return the best VPlan for the <VF,UF> pair.
+ VPlanPtr& getBestPlanFor(ElementCount VF, unsigned UF);
----------------
could you make this function `const`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111125/new/
https://reviews.llvm.org/D111125
More information about the llvm-commits
mailing list