[PATCH] D35389: AMDGPU: Add analysis pass for function argument info

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 13 15:09:05 PDT 2017


arsenm created this revision.
Herald added subscribers: t-tye, tpr, dstuttard, yaxunl, mgorny, wdng, kzhuravl.

This will allow only adding necessary inputs to callee functions
that need special inputs forwarded from the kernel.


https://reviews.llvm.org/D35389

Files:
  lib/Target/AMDGPU/AMDGPU.h
  lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.cpp
  lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.h
  lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
  lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
  lib/Target/AMDGPU/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35389.106546.patch
Type: text/x-patch
Size: 12416 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170713/ecd8d09d/attachment.bin>


More information about the llvm-commits mailing list