[PATCH] D31504: [X86 TTI] Implement LSV hook
Elena Demikhovsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 3 06:31:44 PDT 2017
delena added inline comments.
================
Comment at: lib/Target/X86/X86TargetTransformInfo.h:55
+ unsigned getRegisterBitWidth(bool Vector) const;
+ unsigned getLoadStoreVecRegBitWidth(unsigned AS) const;
unsigned getMaxInterleaveFactor(unsigned VF);
----------------
loladiro wrote:
> delena wrote:
> > Do you use this interface somewhere?
> LSV (LoadStoreVectorizer) uses it.
Ok. Thanks.
https://reviews.llvm.org/D31504
More information about the llvm-commits
mailing list