[llvm] [Docs][AMDGPU] addrspace(0) is generic, not global. NFC. (PR #214169)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 5 02:28:19 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-backend-amdgpu
Author: Sameer Sahasrabuddhe (ssahasra)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/214169.diff
1 Files Affected:
- (modified) llvm/docs/AMDGPUMemoryModel.md (+1-1)
``````````diff
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)`.
``````````
</details>
https://github.com/llvm/llvm-project/pull/214169
More information about the llvm-commits
mailing list