[Mlir-commits] [mlir] [mlir][mesh] Introduce `DialectInlinerInterface` for Mesh dialect (PR #108297)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Sep 11 14:43:19 PDT 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 1741b9c3d75ee34550210fadb9c6156419c3c892 df76ef97cc8b41fa10df5cd2d9bc5d1eca7de524 --extensions cpp -- mlir/lib/Dialect/Mesh/IR/MeshOps.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/mlir/lib/Dialect/Mesh/IR/MeshOps.cpp b/mlir/lib/Dialect/Mesh/IR/MeshOps.cpp
index 20dd271636..19e9212157 100644
--- a/mlir/lib/Dialect/Mesh/IR/MeshOps.cpp
+++ b/mlir/lib/Dialect/Mesh/IR/MeshOps.cpp
@@ -76,7 +76,7 @@ static DimensionSize operator*(DimensionSize lhs, DimensionSize rhs) {
 }
 
 //===----------------------------------------------------------------------===//
-// Inliner 
+// Inliner
 //===----------------------------------------------------------------------===//
 
 namespace {

``````````

</details>


https://github.com/llvm/llvm-project/pull/108297


More information about the Mlir-commits mailing list