[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
================
@@ -54,6 +54,8 @@ def non_configurable_patterns():
vector.ApplyLowerScanPatternsOp()
# CHECK: transform.apply_patterns.vector.lower_shape_cast
vector.ApplyLowerShapeCastPatternsOp()
+ # CHECK: transform.apply_patterns.vector.flatten_vector_transfer_ops
+ vector.ApplyFlattenVectorTransferOpsPatternsOp()
----------------
adam-smnk wrote:
Please move it to `configurable_patterns` and test the option as well.
https://github.com/llvm/llvm-project/pull/178134
More information about the Mlir-commits
mailing list