[all-commits] [llvm/llvm-project] 70ab76: AMDGPU: Fix indirect tail calls
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Apr 21 06:15:49 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 70ab76a81b982354fea7f0cee85f7001ad30b2e6
https://github.com/llvm/llvm-project/commit/70ab76a81b982354fea7f0cee85f7001ad30b2e6
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2021-04-21 (Wed, 21 Apr 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIInstructions.td
M llvm/test/CodeGen/AMDGPU/sibling-call.ll
Log Message:
-----------
AMDGPU: Fix indirect tail calls
Fix a selection error on uniform callees, and use a regular call if
divergent.
More information about the All-commits
mailing list