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

Alex MacLean via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 12 10:53:33 PDT 2025


================
@@ -137,6 +137,7 @@ def hasAtomBitwise64 : Predicate<"Subtarget->hasAtomBitwise64()">;
 def hasAtomMinMax64 : Predicate<"Subtarget->hasAtomMinMax64()">;
 def hasVote : Predicate<"Subtarget->hasVote()">;
 def hasDouble : Predicate<"Subtarget->hasDouble()">;
+def hasClusters : Predicate<"Subtarget->hasClusters()">;
----------------
AlexMaclean wrote:

Is this actually getting used anywhere? If not please remove. 

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


More information about the cfe-commits mailing list