[Mlir-commits] [mlir] [mlir][nfc] Fix typo in tcgen05.ld.red docs (PR #203630)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Fri Jun 12 13:48:41 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir-llvm
@llvm/pr-subscribers-mlir
Author: Asher Mancinelli (ashermancinelli)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/203630.diff
1 Files Affected:
- (modified) mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td (+2-2)
``````````diff
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
```
``````````
</details>
https://github.com/llvm/llvm-project/pull/203630
More information about the Mlir-commits
mailing list