[PATCH] D76106: AMDGPU: Add flag to used fixed function ABI

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 12 16:18:31 PDT 2020


arsenm created this revision.
arsenm added reviewers: rampitec, sameerds.
Herald added subscribers: kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, jvesely, kzhuravl.
arsenm added a parent revision: D76107: AMDGPU: Don't handle kernarg.segment.ptr in functions.

Pass all arguments to every function, rather than only passing thhe
minimum set of inputs needed for the call graph.


https://reviews.llvm.org/D76106

Files:
  llvm/lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.cpp
  llvm/lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.h
  llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
  llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.h
  llvm/lib/Target/AMDGPU/SIISelLowering.cpp
  llvm/lib/Target/AMDGPU/SIISelLowering.h
  llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
  llvm/test/CodeGen/AMDGPU/callee-special-input-sgprs-fixed-abi.ll
  llvm/test/CodeGen/AMDGPU/callee-special-input-vgprs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76106.250080.patch
Type: text/x-patch
Size: 53393 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200312/88e60be6/attachment.bin>


More information about the llvm-commits mailing list