[llvm] [Docs][AMDGPU] addrspace(0) is generic, not global. NFC. (PR #214169)
Sameer Sahasrabuddhe via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 5 02:27:45 PDT 2026
https://github.com/ssahasra created https://github.com/llvm/llvm-project/pull/214169
None
>From 23a9b403fb8f3c477a364b8cb68565b8458b978f Mon Sep 17 00:00:00 2001
From: Sameer Sahasrabuddhe <sameer.sahasrabuddhe at amd.com>
Date: Wed, 5 Aug 2026 14:54:57 +0530
Subject: [PATCH] [Docs][AMDGPU] addrspace(0) is generic, not global. NFC.
---
llvm/docs/AMDGPUMemoryModel.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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