[Mlir-commits] [mlir] def3e10 - [MLIR] Add #include "llvm/ADT/SmallPtrSet.h" back to LoopUtils.h.
Alexander Belyaev
llvmlistbot at llvm.org
Mon Apr 20 01:21:41 PDT 2020
Author: Alexander Belyaev
Date: 2020-04-20T10:21:18+02:00
New Revision: def3e10eac073dd503a0cc789f87aa239c70ba67
URL: https://github.com/llvm/llvm-project/commit/def3e10eac073dd503a0cc789f87aa239c70ba67
DIFF: https://github.com/llvm/llvm-project/commit/def3e10eac073dd503a0cc789f87aa239c70ba67.diff
LOG: [MLIR] Add #include "llvm/ADT/SmallPtrSet.h" back to LoopUtils.h.
Added:
Modified:
mlir/lib/Transforms/Utils/LoopUtils.cpp
Removed:
################################################################################
diff --git a/mlir/lib/Transforms/Utils/LoopUtils.cpp b/mlir/lib/Transforms/Utils/LoopUtils.cpp
index 571e1176796e..dec0c4f7c4eb 100644
--- a/mlir/lib/Transforms/Utils/LoopUtils.cpp
+++ b/mlir/lib/Transforms/Utils/LoopUtils.cpp
@@ -29,6 +29,7 @@
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/MapVector.h"
#include "llvm/ADT/SetVector.h"
+#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
More information about the Mlir-commits
mailing list