[Mlir-commits] [mlir] Add a polynomial dialect shell, attributes, and types (PR #72081)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sun Nov 12 20:07:16 PST 2023
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 44e8bea4009a1a275921d027343f9d11c61c1d61 a3151b1355a5d01110ac84f7a73fb746297bb4a2 -- mlir/include/mlir/Dialect/Polynomial/IR/Polynomial.h mlir/include/mlir/Dialect/Polynomial/IR/PolynomialAttributes.h mlir/include/mlir/Dialect/Polynomial/IR/PolynomialDialect.h mlir/include/mlir/Dialect/Polynomial/IR/PolynomialOps.h mlir/include/mlir/Dialect/Polynomial/IR/PolynomialTypes.h mlir/lib/Dialect/Polynomial/IR/Polynomial.cpp mlir/lib/Dialect/Polynomial/IR/PolynomialAttributes.cpp mlir/lib/Dialect/Polynomial/IR/PolynomialDetail.h mlir/lib/Dialect/Polynomial/IR/PolynomialDialect.cpp mlir/lib/Dialect/Polynomial/IR/PolynomialOps.cpp mlir/include/mlir/InitAllDialects.h
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/mlir/lib/Dialect/Polynomial/IR/PolynomialAttributes.cpp b/mlir/lib/Dialect/Polynomial/IR/PolynomialAttributes.cpp
index 1f035e7d78..d3ce95e161 100644
--- a/mlir/lib/Dialect/Polynomial/IR/PolynomialAttributes.cpp
+++ b/mlir/lib/Dialect/Polynomial/IR/PolynomialAttributes.cpp
@@ -1,4 +1,5 @@
-//===- PolynomialAttributes.cpp - Polynomial dialect attributes --*- C++ -*-===//
+//===- PolynomialAttributes.cpp - Polynomial dialect attributes --*- C++
+//-*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
``````````
</details>
https://github.com/llvm/llvm-project/pull/72081
More information about the Mlir-commits
mailing list