[Mlir-commits] [mlir] [mlir][python][nfc] Test `-print-ir-after-all` (PR #75742)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sun Dec 17 09:32:37 PST 2023
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 b6cce87110072a2db19276e042cd40b06285abbc...f8c3feda92277c0efe208b7dc0f2ff83a8a57e3c mlir/test/python/pass_manager.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- pass_manager.py 2023-12-17 17:30:02.000000 +0000
+++ pass_manager.py 2023-12-17 17:32:29.382986 +0000
@@ -306,12 +306,12 @@
# CHECK: func.func @main() {
# CHECK: %[[C10:.*]] = arith.constant 10 : i64
# CHECK: return
# CHECK: }
# CHECK: }
- # CHECK:
- # CHECK:
+ # CHECK:
+ # CHECK:
# CHECK: // -----// IR Dump After Canonicalizer (canonicalize) ('builtin.module' operation) //----- //
# CHECK: module {
# CHECK: func.func @main() {
# CHECK: return
# CHECK: }
``````````
</details>
https://github.com/llvm/llvm-project/pull/75742
More information about the Mlir-commits
mailing list