[PATCH] D21739: [TTI] Add functions determining if int parameters/returns should be zeroext/signext.

Marcin Koƛcielnicki via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 2 08:33:27 PDT 2016


koriakin updated this revision to Diff 62605.
koriakin added a comment.

Added knownTarget() hook - it returns true if the TTI was created for a specific target, false if it was created for an unknown target.


Repository:
  rL LLVM

http://reviews.llvm.org/D21739

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21739.62605.patch
Type: text/x-patch
Size: 3863 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160702/078542a3/attachment.bin>


More information about the llvm-commits mailing list