[llvm] c7d6dd1 - [Docs][AMDGPU] addrspace(0) is generic, not global. NFC. (#214169)

via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 5 02:31:11 PDT 2026


Author: Sameer Sahasrabuddhe
Date: 2026-08-05T09:31:05Z
New Revision: c7d6dd1a6385e987b1c53fe1a20c1f084835a286

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

LOG: [Docs][AMDGPU] addrspace(0) is generic, not global. NFC. (#214169)

Added: 
    

Modified: 
    llvm/docs/AMDGPUMemoryModel.md

Removed: 
    


################################################################################
diff  --git a/llvm/docs/AMDGPUMemoryModel.md b/llvm/docs/AMDGPUMemoryModel.md
index 90ada309913c6..c7d57b5cfd7d0 100644
--- a/llvm/docs/AMDGPUMemoryModel.md
+++ b/llvm/docs/AMDGPUMemoryModel.md
@@ -199,7 +199,7 @@ operation with scope `syncscope`.
 Any access to `addrspace(3)` (aka LDS or local) always results in a *store-available* or
 *load-visible* operation with scope "workgroup".
 
-Any access to `addrspace(0)` (aka flat or global) always results in a
+Any access to `addrspace(0)` (aka flat or generic) always results in a
 *store-available* or *load-visible* operation with scope "workgroup", if the
 flat address resolves to `addrspace(3)`.
 


        


More information about the llvm-commits mailing list