[PATCH] D24727: Add new target hooks for LoadStoreVectorizer

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 2 20:49:34 PDT 2016


arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.

LGTM, except for the fact that you seem to be adding getLoadStoreVecRegBitWidth again



> TargetTransformInfo.h:617-619
> +  /// \returns The bitwidth of the largest vector type that should be used to
> +  /// load/store in the given address space.
> +  unsigned getLoadStoreVecRegBitWidth(unsigned AddrSpace) const;

This is already present?

https://reviews.llvm.org/D24727





More information about the llvm-commits mailing list