[PATCH] D156408: [AMDGPU] Update amdgpu_cs_chain_preserve docs. NFC

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 11 02:23:02 PDT 2023


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

Rebase.


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
@@ -1195,6 +1195,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 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.549303.patch
Type: text/x-patch
Size: 826 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230811/835c230c/attachment.bin>


More information about the llvm-commits mailing list