[PATCH] D70108: [TTI] Added TTI pass queries for max load/store-per-memory-intrinsic.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 21 04:05:10 PST 2019


arsenm added inline comments.


================
Comment at: llvm/include/llvm/Analysis/TargetTransformInfo.h:887
+  /// return the limit for functions that have OptSize attribute.
+  unsigned getMaxStoresPerMemset(bool OptSize) const;
+
----------------
hussainjk wrote:
> arsenm wrote:
> > Needs an address space
> The underlying function in TargetLoweringBase -- which this wraps -- doesn't take addressing arguments.
That's another problem that needs to be solved


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70108/new/

https://reviews.llvm.org/D70108





More information about the llvm-commits mailing list