[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
================
@@ -19,6 +19,7 @@
#include "mlir/Dialect/MemRef/IR/MemRef.h"
#include "mlir/Dialect/SCF/IR/SCF.h"
#include "mlir/Dialect/Utils/StructuredOpsUtils.h"
+#include "llvm/ADT/SmallVectorExtras.h"
----------------
hanhanW wrote:
I don't know why we have this blank line, but we should remove it?
https://github.com/llvm/llvm-project/pull/178526
More information about the Mlir-commits
mailing list