[Mlir-commits] [mlir] [mlir][smt] upstream SMT dialect (PR #131480)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sat Mar 15 16:18:37 PDT 2025
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 ff2ed154a8a9ea52adb3667833fe6fddd27b0487 106e28213fbeefafbaaf45ef2ba288e09fd5a205 --extensions h,cpp -- mlir/include/mlir/Dialect/SMT/SMTAttributes.h mlir/include/mlir/Dialect/SMT/SMTDialect.h mlir/include/mlir/Dialect/SMT/SMTOps.h mlir/include/mlir/Dialect/SMT/SMTTypes.h mlir/include/mlir/Dialect/SMT/SMTVisitors.h mlir/lib/Dialect/SMT/SMTAttributes.cpp mlir/lib/Dialect/SMT/SMTDialect.cpp mlir/lib/Dialect/SMT/SMTOps.cpp mlir/lib/Dialect/SMT/SMTTypes.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/mlir/include/mlir/Dialect/SMT/SMTDialect.h b/mlir/include/mlir/Dialect/SMT/SMTDialect.h
index 700b627b9d..4b93040ac9 100644
--- a/mlir/include/mlir/Dialect/SMT/SMTDialect.h
+++ b/mlir/include/mlir/Dialect/SMT/SMTDialect.h
@@ -9,9 +9,9 @@
#ifndef MLIR_DIALECT_SMT_SMTDIALECT_H
#define MLIR_DIALECT_SMT_SMTDIALECT_H
-#include "mlir/Support/LLVM.h"
#include "mlir/IR/BuiltinOps.h"
#include "mlir/IR/Dialect.h"
+#include "mlir/Support/LLVM.h"
// Pull in the dialect definition.
#include "mlir/Dialect/SMT/SMTDialect.h.inc"
``````````
</details>
https://github.com/llvm/llvm-project/pull/131480
More information about the Mlir-commits
mailing list