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

Asher Mancinelli llvmlistbot at llvm.org
Fri Jun 12 13:47:51 PDT 2026


https://github.com/ashermancinelli created https://github.com/llvm/llvm-project/pull/203630

None

>From 8e0d6561c760cb05cc352fbbe94577a1b83759db Mon Sep 17 00:00:00 2001
From: Asher Mancinelli <amancinelli at nvidia.com>
Date: Fri, 12 Jun 2026 13:46:40 -0700
Subject: [PATCH] [mlir][nfc] Fix typo in tcgen05.ld.red docs

Signed-off-by: Asher Mancinelli <amancinelli at nvidia.com>
---
 mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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