[Mlir-commits] [mlir] [mlir][Affine] affine-super-vectorize transform op (PR #177755)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Sat Jan 24 11:28:56 PST 2026
================
@@ -26,6 +26,7 @@
#include "mlir/IR/IRMapping.h"
#include "mlir/Pass/Pass.h"
#include "mlir/Support/LLVM.h"
+#include "llvm/ADT/ArrayRef.h"
----------------
ftynse wrote:
You don't really need to include this explicitly in 99% of the cases.
https://github.com/llvm/llvm-project/pull/177755
More information about the Mlir-commits
mailing list