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

Hussain Kadhem via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 11 21:09:55 PST 2019


hussainjk created this revision.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.

Added these query functions to the TargetTransformInfo pass and related support classes:
getMaxStoresPerMemset, getMaxStoresPerMemcpy, getMaxGluedStoresPerMemcpy, getMaxExpandSizeMemcmp, getMaxStoresPerMemmove;
they all wrap a call to the corresponding function in TargetLoweringBase.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D70108

Files:
  llvm/include/llvm/Analysis/TargetTransformInfo.h
  llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
  llvm/include/llvm/CodeGen/BasicTTIImpl.h
  llvm/lib/Analysis/TargetTransformInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70108.228808.patch
Type: text/x-patch
Size: 6910 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191112/e3f44a88/attachment.bin>


More information about the llvm-commits mailing list