[Mlir-commits] [mlir] [MLIR][NVVM] Update redux.sync op (PR #166125)
Durgadoss R
llvmlistbot at llvm.org
Mon Nov 3 01:46:17 PST 2025
================
@@ -1577,6 +1563,32 @@ LogicalResult NVVM::ClusterLaunchControlQueryCancelOp::verify() {
return success();
}
+LogicalResult NVVM::ReduxOp::verify() {
+ mlir::Type reduxType = getType();
----------------
durga4github wrote:
Is this a shortcut from ODS?
I was looking for a `getResult().getType()` here ?
https://github.com/llvm/llvm-project/pull/166125
More information about the Mlir-commits
mailing list