[PATCH] D153517: [AMDGPU] ISel for amdgpu_cs_chain[_preserve] functions

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 27 03:11:15 PDT 2023


rovka updated this revision to Diff 544675.
rovka added a comment.

Address comments. We no longer allow calls to amdgpu_gfx from amdgpu_cs_chain_preserve functions, so remove them from the tests. An update to the docs is coming in a separate patch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153517/new/

https://reviews.llvm.org/D153517

Files:
  llvm/lib/Target/AMDGPU/AMDGPUCallingConv.td
  llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
  llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
  llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
  llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
  llvm/test/CodeGen/AMDGPU/amdgpu-cs-chain-cc.ll
  llvm/test/CodeGen/AMDGPU/amdgpu-cs-chain-preserve-cc.ll
  llvm/test/CodeGen/AMDGPU/isel-amdgpu-cs-chain-cc.ll
  llvm/test/CodeGen/AMDGPU/isel-amdgpu-cs-chain-preserve-cc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153517.544675.patch
Type: text/x-patch
Size: 391726 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230727/446e1666/attachment-0001.bin>


More information about the llvm-commits mailing list