[Mlir-commits] [mlir] 40d8d41 - [MLIR] Apply clang-tidy fixes for llvm-include-order in IRAffine.cpp (NFC)
Mehdi Amini
llvmlistbot at llvm.org
Tue Aug 26 04:50:41 PDT 2025
Author: Mehdi Amini
Date: 2025-08-26T04:48:57-07:00
New Revision: 40d8d415102bbe20a052d1b4f17dee9c86cdd3d6
URL: https://github.com/llvm/llvm-project/commit/40d8d415102bbe20a052d1b4f17dee9c86cdd3d6
DIFF: https://github.com/llvm/llvm-project/commit/40d8d415102bbe20a052d1b4f17dee9c86cdd3d6.diff
LOG: [MLIR] Apply clang-tidy fixes for llvm-include-order in IRAffine.cpp (NFC)
Added:
Modified:
mlir/lib/Bindings/Python/IRAffine.cpp
Removed:
################################################################################
diff --git a/mlir/lib/Bindings/Python/IRAffine.cpp b/mlir/lib/Bindings/Python/IRAffine.cpp
index 50f2a4f956883..14a112f2c3b9c 100644
--- a/mlir/lib/Bindings/Python/IRAffine.cpp
+++ b/mlir/lib/Bindings/Python/IRAffine.cpp
@@ -17,9 +17,9 @@
#include "NanobindUtils.h"
#include "mlir-c/AffineExpr.h"
#include "mlir-c/AffineMap.h"
+#include "mlir-c/Bindings/Python/Interop.h" // This is expected after nanobind.
#include "mlir-c/IntegerSet.h"
#include "mlir/Bindings/Python/Nanobind.h"
-#include "mlir-c/Bindings/Python/Interop.h" // This is expected after nanobind.
#include "mlir/Support/LLVM.h"
#include "llvm/ADT/Hashing.h"
#include "llvm/ADT/SmallVector.h"
More information about the Mlir-commits
mailing list