[PATCH] D98509: [LV] Calculate max feasible scalable VF.
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 8 07:08:30 PDT 2021
sdesmalen added a comment.
Thanks for all the comments and feedback!
================
Comment at: llvm/include/llvm/Analysis/TargetTransformInfo.h:933
+ /// i.e. the maximum number of N x elt bits in <vscale x N x elt>.
+ unsigned getMaxScalableBitsPerBlock() const;
+
----------------
fhahn wrote:
> This is not needed any longer, right?
You're right, I've removed that now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98509/new/
https://reviews.llvm.org/D98509
More information about the llvm-commits
mailing list