[Mlir-commits] [mlir] [mlir][vector] Wrapping `populateFlattenVectorTransferPatterns` as a transform pass. (PR #178134)
Arun Thangamani
llvmlistbot at llvm.org
Sun Feb 8 23:38:50 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()
----------------
arun-thmn wrote:
Sure, moved to `configurable_patterns` with the option.
https://github.com/llvm/llvm-project/pull/178134
More information about the Mlir-commits
mailing list