[PATCH] D32017: [MVT][SVE] Scalable vector MVTs (1/3)
Renato Golin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 13 10:40:35 PDT 2017
rengolin added inline comments.
================
Comment at: include/llvm/CodeGen/ValueTypes.h:318
+ // extended type.
+ EVT getDoubleNumVectorElementsVT(LLVMContext &Context) const {
+ EVT EltVT = getVectorElementType();
----------------
I know it's for completeness, but you don't need this function, better not create it at this time.
https://reviews.llvm.org/D32017
More information about the llvm-commits
mailing list