[PATCH] D102613: ARM: support mandatory tail calls

Tim Northover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 19 03:03:47 PDT 2021


t.p.northover updated this revision to Diff 346378.
t.p.northover added a comment.

Switched to -1 as the sentinel for when the caller manages all argument stack (i.e. normal C calling conv).


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

https://reviews.llvm.org/D102613

Files:
  llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp
  llvm/lib/Target/ARM/ARMCallingConv.td
  llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
  llvm/lib/Target/ARM/ARMFastISel.cpp
  llvm/lib/Target/ARM/ARMFrameLowering.cpp
  llvm/lib/Target/ARM/ARMISelLowering.cpp
  llvm/lib/Target/ARM/ARMISelLowering.h
  llvm/lib/Target/ARM/ARMInstrInfo.td
  llvm/lib/Target/ARM/ARMMachineFunctionInfo.h
  llvm/lib/Target/ARM/ARMSubtarget.cpp
  llvm/test/CodeGen/ARM/dbg-tcreturn.ll
  llvm/test/CodeGen/ARM/fastcc-tailcall.ll
  llvm/test/CodeGen/ARM/peephole-callee-save-regalloc.mir
  llvm/test/CodeGen/ARM/swifttailcc-call.ll
  llvm/test/CodeGen/ARM/swifttailcc-fastisel.ll
  llvm/test/CodeGen/ARM/tailcc-call.ll
  llvm/test/CodeGen/ARM/v8m-tail-call.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102613.346378.patch
Type: text/x-patch
Size: 51093 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210519/0a522d70/attachment.bin>


More information about the llvm-commits mailing list