[PATCH] D156408: [AMDGPU] Update amdgpu_cs_chain_preserve docs. NFC
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 17 15:10:49 PDT 2023
arsenm added inline comments.
================
Comment at: llvm/docs/AMDGPUUsage.rst:1199
+ 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.
----------------
This sentence doesn't read right. "than the caller VGPR function parameters"
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156408/new/
https://reviews.llvm.org/D156408
More information about the llvm-commits
mailing list