[Mlir-commits] [mlir] [MLIR][Vector] Add Lowering for vector.step (PR #113655)
Jakub Kuderski
llvmlistbot at llvm.org
Tue Oct 29 14:24:56 PDT 2024
================
@@ -1886,6 +1886,7 @@ void mlir::populateVectorToLLVMConversionPatterns(
MLIRContext *ctx = converter.getDialect()->getContext();
patterns.add<VectorFMAOpNDRewritePattern>(ctx);
populateVectorInsertExtractStridedSliceTransforms(patterns);
+ populateVectorStepLoweringPatterns(patterns);
----------------
kuhar wrote:
Is this valid to add RewritePattern here since it uses the dialect conversion driver?
https://github.com/llvm/llvm-project/pull/113655
More information about the Mlir-commits
mailing list