[PATCH] Value soft float calls as more expensive in the inliner.

Cameron Esfahani dirty at apple.com
Mon Jan 26 18:08:39 PST 2015


Update patch to account for routines which have the "use-soft-float" attribute.  Add test case where we make sure that routines marked with "use-soft-float" are not inlined, but routines without that attribute are.


http://reviews.llvm.org/D6936

Files:
  include/llvm/Analysis/TargetTransformInfo.h
  lib/Analysis/IPA/InlineCost.cpp
  lib/Analysis/TargetTransformInfo.cpp
  lib/Target/ARM/ARMSubtarget.h
  lib/Target/ARM/ARMTargetTransformInfo.cpp
  test/Transforms/Inline/inline-fp.ll

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6936.18793.patch
Type: text/x-patch
Size: 9631 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150127/7b882761/attachment.bin>


More information about the llvm-commits mailing list