[llvm-branch-commits] [clang] [lld] [llvm] [mlir] [RFC][AMDGPU] Add BARRIER address space (PR #195613)

Fabian Ritter via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Jun 1 06:16:19 PDT 2026


================
@@ -84,6 +91,11 @@ enum : unsigned {
   // Some places use this if the address space can't be determined.
   UNKNOWN_ADDRESS_SPACE = ~0u,
 };
+
+/// The BARRIER AS is does not have an aperture in HW, so when converting
----------------
ritter-x2a wrote:

```suggestion
/// The BARRIER AS does not have an aperture in HW, so when converting
```

https://github.com/llvm/llvm-project/pull/195613


More information about the llvm-branch-commits mailing list