Fix a selection error on uniform callees, and use a regular call if
divergent.
Details
Details
- Reviewers
rampitec madhur13490
Diff Detail
Diff Detail
Paths
| Differential D100877
AMDGPU: Fix indirect tail calls ClosedPublic Authored by arsenm on Apr 20 2021, 11:49 AM.
Details
Summary Fix a selection error on uniform callees, and use a regular call if
Diff Detail Event TimelineHerald added subscribers: kerbowa, hiraditya, t-tye and 6 others. · View Herald TranscriptApr 20 2021, 11:49 AM This revision is now accepted and ready to land.Apr 20 2021, 12:38 PM
Revision Contents
Diff 338946 llvm/lib/Target/AMDGPU/SIISelLowering.cpp
llvm/lib/Target/AMDGPU/SIInstructions.td
llvm/test/CodeGen/AMDGPU/sibling-call.ll
|
Sorry for late comments. Nit - %c is unused. Do you need attribute on the signature?