[all-commits] [llvm/llvm-project] 5568ce: [mlir][transform] Fix merge_handle asm format
Christian Ulmann via All-commits
all-commits at lists.llvm.org
Wed May 24 02:44:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5568ce058035dd6cf7fb922652ae91054c969062
https://github.com/llvm/llvm-project/commit/5568ce058035dd6cf7fb922652ae91054c969062
Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
Date: 2023-05-24 (Wed, 24 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/Transform/IR/TransformOps.td
M mlir/test/Dialect/Transform/test-interpreter.mlir
Log Message:
-----------
[mlir][transform] Fix merge_handle asm format
This commit ensures that the merge_handles operation prints its
`deduplicate` attribute as an optional keyword instead of "unit".
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D151310
More information about the All-commits
mailing list