[Mlir-commits] [mlir] [mlir][polynomial] python bindings (PR #93109)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed May 22 16:45:59 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 c98a79939234e41f5b95ddfa1651c732daa10cda a9af69e6f93faada770c7279b40dd0df8a24c468 -- mlir/include/mlir-c/Dialect/Polynomial.h mlir/lib/Bindings/Python/DialectPolynomial.cpp mlir/lib/CAPI/Dialect/Polynomial.cpp
``````````

</details>

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

``````````diff
diff --git a/mlir/include/mlir-c/Dialect/Polynomial.h b/mlir/include/mlir-c/Dialect/Polynomial.h
index c340326074..1523165031 100644
--- a/mlir/include/mlir-c/Dialect/Polynomial.h
+++ b/mlir/include/mlir-c/Dialect/Polynomial.h
@@ -1,4 +1,5 @@
-//===-- mlir-c/Dialect/Polynomial.h - C API for LLVM -------------------*- C -*-===//
+//===-- mlir-c/Dialect/Polynomial.h - C API for LLVM -------------------*- C
+//-*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM
 // Exceptions.

``````````

</details>


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


More information about the Mlir-commits mailing list