[Mlir-commits] [mlir] 12b34e0 - [mlir] Clean up includes in Transforms/Passes.h
Matthias Springer
llvmlistbot at llvm.org
Wed Aug 4 19:52:37 PDT 2021
Author: Matthias Springer
Date: 2021-08-05T11:52:19+09:00
New Revision: 12b34e056cf19d9c2c2a7f180ba26991bba3f16c
URL: https://github.com/llvm/llvm-project/commit/12b34e056cf19d9c2c2a7f180ba26991bba3f16c
DIFF: https://github.com/llvm/llvm-project/commit/12b34e056cf19d9c2c2a7f180ba26991bba3f16c.diff
LOG: [mlir] Clean up includes in Transforms/Passes.h
Differential Revision: https://reviews.llvm.org/D107520
Added:
Modified:
mlir/lib/Transforms/NormalizeMemRefs.cpp
Removed:
################################################################################
diff --git a/mlir/lib/Transforms/NormalizeMemRefs.cpp b/mlir/lib/Transforms/NormalizeMemRefs.cpp
index 831c613a4118..ff0fdc95f45e 100644
--- a/mlir/lib/Transforms/NormalizeMemRefs.cpp
+++ b/mlir/lib/Transforms/NormalizeMemRefs.cpp
@@ -17,6 +17,7 @@
#include "mlir/Transforms/Passes.h"
#include "mlir/Transforms/Utils.h"
#include "llvm/ADT/SmallSet.h"
+#include "llvm/Support/Debug.h"
#define DEBUG_TYPE "normalize-memrefs"
More information about the Mlir-commits
mailing list