[llvm] 044b8f4 - [AMDGPU] Restore documentation of .amdhsa_shared_vgpr_count

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 10 09:06:23 PDT 2022


Author: Jay Foad
Date: 2022-06-10T17:06:08+01:00
New Revision: 044b8f4bc82825d0efd65f0c5795fe973c0cf3a3

URL: https://github.com/llvm/llvm-project/commit/044b8f4bc82825d0efd65f0c5795fe973c0cf3a3
DIFF: https://github.com/llvm/llvm-project/commit/044b8f4bc82825d0efd65f0c5795fe973c0cf3a3.diff

LOG: [AMDGPU] Restore documentation of .amdhsa_shared_vgpr_count

This was accidentally lost in D127402.

Added: 
    

Modified: 
    llvm/docs/AMDGPUUsage.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index cd516cb02e5b..26cba99e9b37 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/docs/AMDGPUUsage.rst
@@ -14918,6 +14918,8 @@ terminated by an ``.end_amdhsa_kernel`` directive.
                                                                                                :ref:`amdgpu-amdhsa-compute_pgm_rsrc1-gfx6-gfx11-table`.
      ``.amdhsa_forward_progress``                             0                   GFX10-GFX11  Controls FWD_PROGRESS in
                                                                                                :ref:`amdgpu-amdhsa-compute_pgm_rsrc1-gfx6-gfx11-table`.
+     ``.amdhsa_shared_vgpr_count``                            0                   GFX10-GFX11  Controls SHARED_VGPR_COUNT in
+                                                                                               :ref:`amdgpu-amdhsa-compute_pgm_rsrc3-gfx10-gfx11-table`.
      ``.amdhsa_exception_fp_ieee_invalid_op``                 0                   GFX6-GFX11   Controls ENABLE_EXCEPTION_IEEE_754_FP_INVALID_OPERATION in
                                                                                                :ref:`amdgpu-amdhsa-compute_pgm_rsrc2-gfx6-gfx11-table`.
      ``.amdhsa_exception_fp_denorm_src``                      0                   GFX6-GFX11   Controls ENABLE_EXCEPTION_FP_DENORMAL_SOURCE in


        


More information about the llvm-commits mailing list