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

Elena Demikhovsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 3 04:56:35 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);
----------------
Do you use this interface somewhere?


https://reviews.llvm.org/D31504





More information about the llvm-commits mailing list