[Mlir-commits] [mlir] [MLIR][NVVM] Add tensormap.replace NVVM Op (PR #174926)

Srinivasa Ravi llvmlistbot at llvm.org
Mon Jan 19 02:03:14 PST 2026


================
@@ -3006,6 +3006,79 @@ LogicalResult NVVM::ReduxOp::verify() {
   return success();
 }
 
+LogicalResult NVVM::TensormapReplaceOp::verify() {
+  auto ord = getOrd();
+  Value newVal = getNewValue();
+  auto newValAttr = getNewValueAttr();
----------------
Wolfram70 wrote:

Yes, that seems to reduce the number of lines. Done!

https://github.com/llvm/llvm-project/pull/174926


More information about the Mlir-commits mailing list