[Mlir-commits] [mlir] Introduce new Unroll And Jam loop transform for SCF/Affine loops (PR #94142)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Fri Jun 14 08:41:13 PDT 2024


================
@@ -120,6 +120,14 @@ LogicalResult loopUnrollByFactor(
     scf::ForOp forOp, uint64_t unrollFactor,
     function_ref<void(unsigned, Operation *, OpBuilder)> annotateFn = nullptr);
 
+/// Unrolls and jam this for operation by the specified unroll factor. Returns
----------------
ftynse wrote:

```suggestion
/// Unrolls and jams this `scf.for` operation by the specified unroll factor. Returns
```

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


More information about the Mlir-commits mailing list