[PATCH] D51206: [Sparc] Add tail call support

Daniel Cederman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 8 05:40:06 PST 2019


dcederman updated this revision to Diff 180646.
dcederman added a comment.

Do not tail call opt if either the callee or caller returns a struct and the other does not.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D51206/new/

https://reviews.llvm.org/D51206

Files:
  lib/Target/Sparc/DelaySlotFiller.cpp
  lib/Target/Sparc/SparcCallingConv.td
  lib/Target/Sparc/SparcFrameLowering.cpp
  lib/Target/Sparc/SparcISelLowering.cpp
  lib/Target/Sparc/SparcISelLowering.h
  lib/Target/Sparc/SparcInstrInfo.td
  test/CodeGen/SPARC/2011-01-11-Call.ll
  test/CodeGen/SPARC/2011-01-19-DelaySlot.ll
  test/CodeGen/SPARC/tailcall.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51206.180646.patch
Type: text/x-patch
Size: 17556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190108/a6c9d252/attachment.bin>


More information about the llvm-commits mailing list