[Mlir-commits] [mlir] [mlir][vector] Wrapping `populateFlattenVectorTransferPatterns` as a transform pass. (PR #178134)

Arun Thangamani llvmlistbot at llvm.org
Sun Feb 8 23:39:02 PST 2026


================
@@ -21,6 +21,7 @@
 using namespace mlir;
 using namespace mlir::x86vector;
 using namespace mlir::transform;
+using namespace mlir::vector;
----------------
arun-thmn wrote:

True, removed.

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


More information about the Mlir-commits mailing list