[PATCH] D30900: [PPC] Eliminate stack frame in non-leaf function based on shrink wrapping

Hiroshi Inoue via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 20 08:23:22 PDT 2017


inouehrs updated this revision to Diff 92321.
inouehrs added a comment.

I updated the comments and assert based on the suggestion.
I did rebase to the latest code base.

Quentin,

Thank you so much for your suggestions.
I am thinking how I can avoid modifying the code in this 'analysis' pass. I appreciate your further advice.
Best regards.


https://reviews.llvm.org/D30900

Files:
  include/llvm/Target/TargetInstrInfo.h
  lib/CodeGen/ShrinkWrap.cpp
  lib/Target/PowerPC/PPCISelLowering.cpp
  lib/Target/PowerPC/PPCInstr64Bit.td
  lib/Target/PowerPC/PPCInstrInfo.cpp
  lib/Target/PowerPC/PPCInstrInfo.h
  lib/Target/PowerPC/PPCMachineFunctionInfo.h
  test/CodeGen/PowerPC/shrinkwrap_direct_return.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30900.92321.patch
Type: text/x-patch
Size: 17472 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170320/58227e45/attachment.bin>


More information about the llvm-commits mailing list