[Mlir-commits] [mlir] [mlir] Start rewrite tool (PR #77668)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Jan 10 10:58:29 PST 2024
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff 5c9b713394486be91dc181062e5c01d696c30787 679ce1dc2838bdda73538d4bcfe5f3cbda83a77f -- mlir/tools/mlir-rewrite/mlir-rewrite.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/mlir/tools/mlir-rewrite/mlir-rewrite.cpp b/mlir/tools/mlir-rewrite/mlir-rewrite.cpp
index 0648dc4309..b704fd4c59 100644
--- a/mlir/tools/mlir-rewrite/mlir-rewrite.cpp
+++ b/mlir/tools/mlir-rewrite/mlir-rewrite.cpp
@@ -392,4 +392,3 @@ int main(int argc, char **argv) {
}
return mlir::asMainReturnCode(result);
}
-
``````````
</details>
https://github.com/llvm/llvm-project/pull/77668
More information about the Mlir-commits
mailing list