[Mlir-commits] [mlir] [mlir][transform] Add support for transform.param pad multiples in `PadOp` (PR #90755)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Thu May 2 07:27:56 PDT 2024
================
@@ -171,6 +171,50 @@ static DiagnosedSilenceableFailure unpackSingleIndexResultPayloadOperations(
return DiagnosedSilenceableFailure::success();
}
+static DiagnosedSilenceableFailure reifyMixedParamAndHandleResults(
----------------
ftynse wrote:
Nit: please document top-level functions.
https://github.com/llvm/llvm-project/pull/90755
More information about the Mlir-commits
mailing list