[Mlir-commits] [mlir] [MLIR][NVVM] Add asynchronous store Op (PR #210931)

Srinivasa Ravi llvmlistbot at llvm.org
Tue Aug 4 04:24:39 PDT 2026


================
@@ -5113,6 +5113,25 @@ def NVVM_BulkStoreOp: NVVM_Op<"st.bulk"> {
   let hasVerifier = 1;
 }
 
+//===----------------------------------------------------------------------===//
+// NVVM Asynchronous Store Op
+//===----------------------------------------------------------------------===//
+
+def NVVM_AsyncStoreOp: NVVM_VoidIntrinsicOp<"store.async", [NVVMRequiresSM<90>]> {
+  let summary = "Asynchronous Store Op";
+  let arguments = (ins AnyTypeOf<[LLVM_PointerGlobal, 
----------------
Wolfram70 wrote:

Added now, thanks!

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


More information about the Mlir-commits mailing list