[Mlir-commits] [mlir] [mlir] add a chapter on matchers to the transform dialect tutorial (PR #76725)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Jan 2 06:59:11 PST 2024
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {darker}-->
:warning: Python code formatter, darker found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
darker --check --diff -r a181b425659a22c5535d2513f7dd7c7cf14e2d69...28ef1e3d4f4c81546cf473bd44bbbf4ae4d70555 mlir/test/lit.cfg.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- lit.cfg.py 2024-01-02 14:53:25.000000 +0000
+++ lit.cfg.py 2024-01-02 14:59:03.376280 +0000
@@ -152,13 +152,13 @@
ToolSubst("toyc-ch3", unresolved="ignore"),
ToolSubst("toyc-ch4", unresolved="ignore"),
ToolSubst("toyc-ch5", unresolved="ignore"),
ToolSubst("toyc-ch6", unresolved="ignore"),
ToolSubst("toyc-ch7", unresolved="ignore"),
- ToolSubst('transform-opt-ch2', unresolved='ignore'),
- ToolSubst('transform-opt-ch3', unresolved='ignore'),
- ToolSubst('transform-opt-ch4', unresolved='ignore'),
+ ToolSubst("transform-opt-ch2", unresolved="ignore"),
+ ToolSubst("transform-opt-ch3", unresolved="ignore"),
+ ToolSubst("transform-opt-ch4", unresolved="ignore"),
ToolSubst("%mlir_lib_dir", config.mlir_lib_dir, unresolved="ignore"),
ToolSubst("%mlir_src_dir", config.mlir_src_root, unresolved="ignore"),
]
)
``````````
</details>
https://github.com/llvm/llvm-project/pull/76725
More information about the Mlir-commits
mailing list