[PATCH] D138741: [SPARC] Add tail call support for 64-bit target

Koakuma via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 25 22:14:10 PST 2022


koakuma created this revision.
koakuma added reviewers: dcederman, MaskRay, venkatra, brad.
Herald added subscribers: StephenFan, jrtc27, fedor.sergeev, hiraditya, jyknight.
Herald added a project: All.
koakuma requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Extend SPARC tail call support, first introduced in D51206 <https://reviews.llvm.org/D51206> (commit 1c235c375492180c2eecb6331f169486019fd2d2 <https://reviews.llvm.org/rG1c235c375492180c2eecb6331f169486019fd2d2>), to also cover 64-bit target.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D138741

Files:
  llvm/lib/Target/Sparc/SparcISelLowering.cpp
  llvm/test/CodeGen/SPARC/2011-01-11-Call.ll
  llvm/test/CodeGen/SPARC/tailcall.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138741.478043.patch
Type: text/x-patch
Size: 15413 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221126/35d1cf44/attachment.bin>


More information about the llvm-commits mailing list