[all-commits] [llvm/llvm-project] d5946f: [mlir][linalg][transform][python] Simplify mix-in ...
Ingo Müller via All-commits
all-commits at lists.llvm.org
Mon Sep 4 04:31:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d5946fd3ede076131b811f7133dca9144ac660a2
https://github.com/llvm/llvm-project/commit/d5946fd3ede076131b811f7133dca9144ac660a2
Author: Ingo Müller <ingomueller at google.com>
Date: 2023-09-04 (Mon, 04 Sep 2023)
Changed paths:
M mlir/python/mlir/dialects/_structured_transform_ops_ext.py
Log Message:
-----------
[mlir][linalg][transform][python] Simplify mix-in of PadOp.
This patch removes some manual conversion of mixed Python/attribute
arguments to `I64ArrayAttr`s, which turned out to be unnecessary.
Interestingly, this change does not depend on the additional attribute
builders added in the (currently pending)
https://reviews.llvm.org/D159403 patch.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D159419
More information about the All-commits
mailing list