[PATCH] D34057: [TargetTransformInfo, API] Add optional list of operands to TTI::getUserCost

Evgeny Astigeevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 16 07:29:36 PDT 2017


eastig updated this revision to Diff 102824.
eastig added a comment.

Added a helper one-argument function which calls the two-argument function with
an empty Operands list.


https://reviews.llvm.org/D34057

Files:
  include/llvm/Analysis/TargetTransformInfo.h
  include/llvm/Analysis/TargetTransformInfoImpl.h
  lib/Analysis/TargetTransformInfo.cpp
  lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
  lib/Target/Hexagon/HexagonTargetTransformInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34057.102824.patch
Type: text/x-patch
Size: 5489 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170616/f6d138ff/attachment.bin>


More information about the llvm-commits mailing list