[Mlir-commits] [mlir] [mlir][td] Rename pack_paddings in structured.pad (PR #111036)

Han-Chung Wang llvmlistbot at llvm.org
Tue Oct 15 09:53:35 PDT 2024


================
@@ -1757,7 +1757,7 @@ void transform::PadOp::build(OpBuilder &b, OperationState &result, Value target,
                /*paddingDimensions=*/b.getI64ArrayAttr(paddingDimensions),
                /*padToMultipleOf=*/dynamicPadToMultipleOf,
                /*padToMultipleOf=*/staticPadToMultipleOf,
-               /*packPaddings=*/b.getI64ArrayAttr(packPaddings),
+               /*nofoldFlags=*/b.getI64ArrayAttr(nofoldFlags),
----------------
hanhanW wrote:

[no action required] side note: most of the function arguments are redundant to me because the variable name already spells it.

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


More information about the Mlir-commits mailing list