[PATCH] D31504: [X86 TTI] Implement LSV hook

Keno Fischer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 3 05:57:39 PDT 2017


loladiro 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);
----------------
delena wrote:
> Do you use this interface somewhere?
LSV (LoadStoreVectorizer) uses it.


https://reviews.llvm.org/D31504





More information about the llvm-commits mailing list