[PATCH] D34697: [ARM] Inline callee if its target-features are a subset of the caller

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 12 04:51:08 PDT 2017


fhahn updated this revision to Diff 106175.
fhahn edited the summary of this revision.
fhahn added a comment.

Removed FeatureD16 and FeatureVFPOnlySP from the whitelist, thanks again @efriedma . I've also moved the whitelist to ARMTargetTransformInfo::InlineFeatureWhitelist so it does only get instantiated once.

I'll hold off committing this until tomorrow, to give people a chance to raise concerns with moving the whitelist to a member variable in ARMTargetTransformInfo.


https://reviews.llvm.org/D34697

Files:
  lib/Target/ARM/ARMTargetTransformInfo.cpp
  lib/Target/ARM/ARMTargetTransformInfo.h
  test/Transforms/Inline/ARM/inline-target-attr.ll
  test/Transforms/Inline/ARM/lit.local.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34697.106175.patch
Type: text/x-patch
Size: 6195 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170712/9c4b84e0/attachment.bin>


More information about the llvm-commits mailing list