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


================
@@ -60,6 +60,7 @@
 // as "not reading" and/or "not writing".
 
 #include "mlir/Dialect/Bufferization/Transforms/OneShotModuleBufferize.h"
+#include "llvm/ADT/SmallVectorExtras.h"
----------------
hanhanW wrote:

I think this belong to the below chunk.

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


More information about the Mlir-commits mailing list