[Mlir-commits] [mlir] 4b65b28 - Apply clang-tidy fixes for misc-include-cleaner in StandalonePasses.cpp (NFC)
Mehdi Amini
llvmlistbot at llvm.org
Fri Oct 20 00:58:46 PDT 2023
Author: Mehdi Amini
Date: 2023-10-20T00:58:27-07:00
New Revision: 4b65b289e14aca77c7643a47f9db2f625cd588bb
URL: https://github.com/llvm/llvm-project/commit/4b65b289e14aca77c7643a47f9db2f625cd588bb
DIFF: https://github.com/llvm/llvm-project/commit/4b65b289e14aca77c7643a47f9db2f625cd588bb.diff
LOG: Apply clang-tidy fixes for misc-include-cleaner in StandalonePasses.cpp (NFC)
Added:
Modified:
mlir/examples/standalone/lib/Standalone/StandalonePasses.cpp
Removed:
################################################################################
diff --git a/mlir/examples/standalone/lib/Standalone/StandalonePasses.cpp b/mlir/examples/standalone/lib/Standalone/StandalonePasses.cpp
index 6af45c9769a8a23..d438cb46ecdada6 100644
--- a/mlir/examples/standalone/lib/Standalone/StandalonePasses.cpp
+++ b/mlir/examples/standalone/lib/Standalone/StandalonePasses.cpp
@@ -6,9 +6,9 @@
//
//===----------------------------------------------------------------------===//
#include "mlir/Dialect/Func/IR/FuncOps.h"
-#include "mlir/IR/BuiltinOps.h"
#include "mlir/IR/PatternMatch.h"
-#include "mlir/Pass/Pass.h"
+#include "mlir/Rewrite/FrozenRewritePatternSet.h"
+#include "mlir/Support/LogicalResult.h"
#include "mlir/Transforms/GreedyPatternRewriteDriver.h"
#include "Standalone/StandalonePasses.h"
More information about the Mlir-commits
mailing list