[clang] [llvm] [mlir] [NVPTX] Add support for Shared Cluster Memory address space. (PR #135444)

via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 21 15:14:58 PDT 2025


================
@@ -176,6 +176,7 @@ enum AddressSpace : AddressSpaceUnderlyingType {
   Shared = 3,
----------------
modiking wrote:

Will keep it `shared` in this change. We can visit renaming/aliasing later if we want.

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


More information about the llvm-commits mailing list