[PATCH] D156408: [AMDGPU] Update amdgpu_cs_chain_preserve docs. NFC
Diana Picus via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 24 01:17:41 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG71eb8c07dd9b: [AMDGPU] Update amdgpu_cs_chain_preserve docs. NFC (authored by rovka).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156408/new/
https://reviews.llvm.org/D156408
Files:
llvm/docs/AMDGPUUsage.rst
Index: llvm/docs/AMDGPUUsage.rst
===================================================================
--- llvm/docs/AMDGPUUsage.rst
+++ llvm/docs/AMDGPUUsage.rst
@@ -1196,6 +1196,8 @@
uniform control flow.
``amdgpu_cs_chain_preserve`` Same as ``amdgpu_cs_chain``, but active lanes for VGPRs starting at v8 are preserved.
+ Calls to ``amdgpu_gfx`` functions are not allowed, and any calls to ``llvm.amdgcn.cs.chain``
+ must not pass more VGPR arguments than the caller's VGPR function parameters.
``amdgpu_es`` Used for AMDPAL shader stage before geometry shader if geometry is in
use. So either the domain (= tessellation evaluation) shader if
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156408.553031.patch
Type: text/x-patch
Size: 828 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230824/c6ebb963/attachment.bin>
More information about the llvm-commits
mailing list