[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:48:59 PST 2026


================
@@ -13,6 +13,8 @@
 #include "mlir/Dialect/MemRef/IR/MemRef.h"
 #include "mlir/IR/Operation.h"
 
+#include "llvm/ADT/SmallVectorExtras.h"
----------------
hanhanW wrote:

ditto: do we remove the above blank line?

https://github.com/llvm/llvm-project/pull/178526


More information about the Mlir-commits mailing list