[all-commits] [llvm/llvm-project] f63a19: [SPARC] Add tail call support for 64-bit target
Koakuma via All-commits
all-commits at lists.llvm.org
Sat Nov 26 20:32:22 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f63a19baf0a3ffa62cfb48cc42f9ced1cbd39b5c
https://github.com/llvm/llvm-project/commit/f63a19baf0a3ffa62cfb48cc42f9ced1cbd39b5c
Author: Koakuma <koachan at protonmail.com>
Date: 2022-11-26 (Sat, 26 Nov 2022)
Changed paths:
M llvm/lib/Target/Sparc/SparcISelLowering.cpp
M llvm/test/CodeGen/SPARC/2011-01-11-Call.ll
M llvm/test/CodeGen/SPARC/tailcall.ll
Log Message:
-----------
[SPARC] Add tail call support for 64-bit target
Extend SPARC tail call support, first introduced in D51206 (commit 1c235c375492180c2eecb6331f169486019fd2d2),
to also cover 64-bit target.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D138741
More information about the All-commits
mailing list