[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
================
@@ -33,8 +28,15 @@
#include "mlir/IR/TypeUtilities.h"
#include "llvm/ADT/STLExtras.h"
+#include "llvm/ADT/SmallVectorExtras.h"
#include "llvm/Support/FormatVariadic.h"
+#include "llvm/Support/FormatVariadic.h"
----------------
hanhanW wrote:
Same here
https://github.com/llvm/llvm-project/pull/178526
More information about the Mlir-commits
mailing list