[PATCH] D45821: [AArch64] improve code generation of vectors smaller than 64 bit
Javed Absar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 19 14:37:56 PDT 2018
javed.absar added a comment.
Thanks for this Sebastian. Overall, this definitely look good for vectorization.
================
Comment at: llvm/lib/Target/AArch64/AArch64Subtarget.h:99
// Enable 64-bit vectorization in SLP.
+ unsigned MinVectorRegisterBitWidth = 16;
----------------
Maybe i dont understand this part properly. But should the comment change to reflect the change?
https://reviews.llvm.org/D45821
More information about the llvm-commits
mailing list