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

Adam Siemieniuk llvmlistbot at llvm.org
Fri Feb 6 01:40:24 PST 2026


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

nit: not needed

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


More information about the Mlir-commits mailing list