[Mlir-commits] [llvm] [mlir] [NVPTX] Add Rubin extensions to tcgen05.commit (PR #211577)
Durgadoss R
llvmlistbot at llvm.org
Fri Jul 24 05:05:43 PDT 2026
================
@@ -456,6 +461,19 @@ define void @nvvm_cp_async_bulk_intrinsics(ptr addrspace(3) %dst, ptr addrspace(
ret void
}
+; CHECK-LABEL: @nvvm_tcgen05_commit_mc_intrinsics
+define void @nvvm_tcgen05_commit_mc_intrinsics(ptr %bar, ptr addrspace(3) %bar_shared, i16 %cta_mask) {
----------------
durga4github wrote:
do we want the `mc` suffix to be more like "_mc_16b" or "_mc_16bit_"?
https://github.com/llvm/llvm-project/pull/211577
More information about the Mlir-commits
mailing list