[Mlir-commits] [mlir] [MLIR][Vector] Add Lowering for vector.step (PR #113655)
Kunwar Grover
llvmlistbot at llvm.org
Fri Oct 25 09:28:48 PDT 2024
================
@@ -235,6 +235,13 @@ void populateVectorTransferPermutationMapLoweringPatterns(
void populateVectorScanLoweringPatterns(RewritePatternSet &patterns,
PatternBenefit benefit = 1);
+/// Populate the pattern set with the following patterns:
+///
+/// [StepToArithOps]
+/// Convert vector.step op into arith ops if not scalable
----------------
Groverkss wrote:
if not scalable -> if not using scalable vectors
https://github.com/llvm/llvm-project/pull/113655
More information about the Mlir-commits
mailing list