[Mlir-commits] [llvm] [mlir] adds missing header, removes Bazel unnecessary dependency (PR #110932)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Oct 2 14:56:03 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 e379b4b67f760e743d8bc826cc6de00a27109dbd 394db8b1103d9151f35a33103de64ba93f526d7e --extensions h -- mlir/include/mlir/Dialect/Affine/IR/ValueBoundsOpInterfaceImpl.h
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/mlir/include/mlir/Dialect/Affine/IR/ValueBoundsOpInterfaceImpl.h b/mlir/include/mlir/Dialect/Affine/IR/ValueBoundsOpInterfaceImpl.h
index 51831cb179..642e99d963 100644
--- a/mlir/include/mlir/Dialect/Affine/IR/ValueBoundsOpInterfaceImpl.h
+++ b/mlir/include/mlir/Dialect/Affine/IR/ValueBoundsOpInterfaceImpl.h
@@ -9,8 +9,8 @@
#ifndef MLIR_DIALECT_AFFINE_IR_VALUEBOUNDSOPINTERFACEIMPL_H
#define MLIR_DIALECT_AFFINE_IR_VALUEBOUNDSOPINTERFACEIMPL_H
-#include <cstdint>
#include "mlir/Support/LLVM.h"
+#include <cstdint>
namespace mlir {
class DialectRegistry;
``````````
</details>
https://github.com/llvm/llvm-project/pull/110932
More information about the Mlir-commits
mailing list