[Mlir-commits] [mlir] [MLIR][Vector] Add Lowering for vector.step (PR #113655)

Jakub Kuderski llvmlistbot at llvm.org
Thu Oct 31 08:13:55 PDT 2024


================
@@ -1886,6 +1886,7 @@ void mlir::populateVectorToLLVMConversionPatterns(
   MLIRContext *ctx = converter.getDialect()->getContext();
   patterns.add<VectorFMAOpNDRewritePattern>(ctx);
   populateVectorInsertExtractStridedSliceTransforms(patterns);
+  populateVectorStepLoweringPatterns(patterns);
----------------
kuhar wrote:

@matthias-springer could you confirm this? I never remember what the rules are.

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


More information about the Mlir-commits mailing list