[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
================
@@ -198,6 +198,7 @@
//===----------------------------------------------------------------------===//
#include "mlir/Dialect/OpenACC/Transforms/Passes.h"
+#include "llvm/ADT/SmallVectorExtras.h"
----------------
hanhanW wrote:
This belong to the below chunk I think
https://github.com/llvm/llvm-project/pull/178526
More information about the Mlir-commits
mailing list