[all-commits] [llvm/llvm-project] 26924b: [AMDGPU] Ignore special ABI registers for graphics
Sebastian Neubauer via All-commits
all-commits at lists.llvm.org
Mon Dec 13 07:45:02 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 26924b57e874c9bb2d7d218acb85a66c58443260
https://github.com/llvm/llvm-project/commit/26924b57e874c9bb2d7d218acb85a66c58443260
Author: Neubauer, Sebastian <Sebastian.Neubauer at amd.com>
Date: 2021-12-13 (Mon, 13 Dec 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/test/CodeGen/AMDGPU/amdpal-callable.ll
M llvm/test/CodeGen/AMDGPU/gfx-callable-argument-types.ll
Log Message:
-----------
[AMDGPU] Ignore special ABI registers for graphics
Fixed ABI arguments are compute specific and should not be added to
graphics shaders or functions, so do not try to add them.
Differential Revision: https://reviews.llvm.org/D115344
More information about the All-commits
mailing list