[PATCH] D12293: Rework of the interface to enable shrink wrapping

Kit Barton via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 24 13:27:44 PDT 2015


kbarton updated this revision to Diff 32990.
kbarton added a comment.

Pass the MachineFunction to the targetSupportsShrinkWrapping method, to allow function-specific decisions to be made about whether to shrink-wrap it. PPC needs to make this decision based on the ABI and 32/64 bit.


http://reviews.llvm.org/D12293

Files:
  include/llvm/CodeGen/Passes.h
  include/llvm/Target/TargetFrameLowering.h
  lib/CodeGen/Passes.cpp
  lib/CodeGen/ShrinkWrap.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12293.32990.patch
Type: text/x-patch
Size: 5089 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150824/0e9ee606/attachment.bin>


More information about the llvm-commits mailing list