[Mlir-commits] [mlir] a0e3e76 - [mlir] Remove redundant include in Passes.h header (NFC)
Mehdi Amini
llvmlistbot at llvm.org
Mon May 20 10:27:55 PDT 2024
Author: Mehdi Amini
Date: 2024-05-20T10:27:45-07:00
New Revision: a0e3e76385feca289f03576b17d5e9cc7783c9b4
URL: https://github.com/llvm/llvm-project/commit/a0e3e76385feca289f03576b17d5e9cc7783c9b4
DIFF: https://github.com/llvm/llvm-project/commit/a0e3e76385feca289f03576b17d5e9cc7783c9b4.diff
LOG: [mlir] Remove redundant include in Passes.h header (NFC)
Added:
Modified:
mlir/include/mlir/Dialect/Math/Transforms/Passes.h
Removed:
################################################################################
diff --git a/mlir/include/mlir/Dialect/Math/Transforms/Passes.h b/mlir/include/mlir/Dialect/Math/Transforms/Passes.h
index ba69772515647..2dd7f6431f03e 100644
--- a/mlir/include/mlir/Dialect/Math/Transforms/Passes.h
+++ b/mlir/include/mlir/Dialect/Math/Transforms/Passes.h
@@ -14,10 +14,6 @@
namespace mlir {
namespace math {
#define GEN_PASS_DECL
-#include "mlir/Dialect/Math/Transforms/Passes.h.inc"
-#define GEN_PASS_DECL_MATHUPLIFTTOFMA
-#define GEN_PASS_DECL_MATHLEGALIZETOF32
-#include "mlir/Dialect/Math/Transforms/Passes.h.inc"
#define GEN_PASS_REGISTRATION
#include "mlir/Dialect/Math/Transforms/Passes.h.inc"
} // namespace math
More information about the Mlir-commits
mailing list