[all-commits] [llvm/llvm-project] 6a7087: AMDGPU/GlobalISel: Implement tail calls
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu May 13 15:58:00 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6a70874d27c73cf8b55a568449fd92f97b5bb7b3
https://github.com/llvm/llvm-project/commit/6a70874d27c73cf8b55a568449fd92f97b5bb7b3
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2021-05-13 (Thu, 13 May 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.h
A llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-sibling-call.ll
A llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-tail-call.ll
M llvm/test/CodeGen/AMDGPU/call-constant.ll
M llvm/test/CodeGen/AMDGPU/tail-call-amdgpu-gfx.ll
Log Message:
-----------
AMDGPU/GlobalISel: Implement tail calls
Or at least the sibling call cases which the DAG already handles.
More information about the All-commits
mailing list