[Mlir-commits] [mlir] [mlir] Apply clang-tidy check llvm-use-vector-utils. NFC. (PR #178526)
Han-Chung Wang
llvmlistbot at llvm.org
Wed Jan 28 14:49:02 PST 2026
================
@@ -24,10 +22,15 @@
#include "mlir/IR/TypeUtilities.h"
#include "mlir/Interfaces/FunctionImplementation.h"
#include "mlir/Transforms/InliningUtils.h"
+
#include "llvm/ADT/SetOperations.h"
+#include "llvm/ADT/SmallVectorExtras.h"
#include "llvm/ADT/TypeSwitch.h"
#include "llvm/Support/raw_ostream.h"
+#include "llvm/Support/raw_ostream.h"
----------------
hanhanW wrote:
Why do we need this header?
https://github.com/llvm/llvm-project/pull/178526
More information about the Mlir-commits
mailing list