[PATCH] D95139: [SVE][LoopVectorize] Add support for extracting the last lane of a scalable vector
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 4 03:58:30 PST 2021
fhahn accepted this revision.
fhahn added a comment.
LGTM thanks!
================
Comment at: llvm/lib/Transforms/Vectorize/VPlan.h:63
+extern Value *getRuntimeVF(IRBuilder<> &B, Type *Ty, ElementCount VF);
+
----------------
No need for `extern` here I think? Please also add a comment.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95139/new/
https://reviews.llvm.org/D95139
More information about the llvm-commits
mailing list