[PATCH] D115344: [AMDGPU] Ignore fixed ABI for graphics

Sebastian Neubauer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 8 06:56:57 PST 2021


sebastian-ne created this revision.
sebastian-ne added reviewers: arsenm, foad, dstuttard.
Herald added subscribers: kerbowa, hiraditya, t-tye, tpr, yaxunl, nhaehnle, jvesely, kzhuravl.
sebastian-ne requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

Fixed ABI arguments are compute specific and should not be added to
graphics shaders or functions, so do not try to add them, even if the
fixed ABI is enabled.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D115344

Files:
  llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
  llvm/lib/Target/AMDGPU/SIISelLowering.cpp
  llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
  llvm/test/CodeGen/AMDGPU/amdpal-callable.ll
  llvm/test/CodeGen/AMDGPU/gfx-callable-argument-types.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115344.392756.patch
Type: text/x-patch
Size: 12516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211208/8afbc870/attachment.bin>


More information about the llvm-commits mailing list