[Mlir-commits] [mlir] e919148 - [mlir][nfc] Fix typo in tcgen05.ld.red docs (#203630)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Jun 15 08:03:38 PDT 2026


Author: Asher Mancinelli
Date: 2026-06-15T08:03:33-07:00
New Revision: e919148ec7b3d288dc91ab770b49f43b45cb7877

URL: https://github.com/llvm/llvm-project/commit/e919148ec7b3d288dc91ab770b49f43b45cb7877
DIFF: https://github.com/llvm/llvm-project/commit/e919148ec7b3d288dc91ab770b49f43b45cb7877.diff

LOG: [mlir][nfc] Fix typo in tcgen05.ld.red docs (#203630)

Signed-off-by: Asher Mancinelli <amancinelli at nvidia.com>

Added: 
    

Modified: 
    mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td b/mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
index 609c0f9bb5a29..40f7f15b694cb 100644
--- a/mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
+++ b/mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
@@ -5676,11 +5676,11 @@ def NVVM_Tcgen05LdRedOp : NVVM_Op<"tcgen05.ld.red",
 
     Example:
     ```mlir
-      %data, %redval = nvvm.tcgen05.ld,red %addr, %offset {
+      %data, %redval = nvvm.tcgen05.ld.red %addr, %offset {
         shape = #nvvm.tcgen05_ldst_shape<shape_16x32bx2>,
       } : <2xi32>, i32
 
-      %data, %redval = nvvm.tcgen05.ld,red %addr {
+      %data, %redval = nvvm.tcgen05.ld.red %addr {
         shape = #nvvm.tcgen05_ldst_shape<shape_32x32b>,
       } : <2xf32>, f32
     ```


        


More information about the Mlir-commits mailing list