[llvm] 2fb59b4 - AMDGPU: Document two more in-flight address spaces (#185690)

via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 10 10:14:04 PDT 2026


Author: Nicolai Hähnle
Date: 2026-03-10T17:13:59Z
New Revision: 2fb59b4e6ca3e395b06cf983a817ded28ea0d348

URL: https://github.com/llvm/llvm-project/commit/2fb59b4e6ca3e395b06cf983a817ded28ea0d348
DIFF: https://github.com/llvm/llvm-project/commit/2fb59b4e6ca3e395b06cf983a817ded28ea0d348.diff

LOG: AMDGPU: Document two more in-flight address spaces (#185690)

There are two more address spaces being worked on internally for
future features. Note this in the documentation now to reduce the risk
of clashes.

Added: 
    

Modified: 
    llvm/docs/AMDGPUUsage.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index 036b4461ec06d..1ede5ca2d4cf6 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/docs/AMDGPUUsage.rst
@@ -910,6 +910,8 @@ supported for the ``amdgcn`` target.
      *reserved for future use*             10
      *reserved for future use*             11
      *reserved for downstream use (LLPC)*  12
+     *reserved for future use*             13
+     *reserved for future use*             14
      Streamout Registers                   128             N/A         GS_REGS
      ===================================== =============== =========== ================ ======= ============================
 


        


More information about the llvm-commits mailing list