[Mlir-commits] [mlir] [mlir][scf] Fully unroll SCF/Affine loops (PR #215220)

Tuomas Kärnä llvmlistbot at llvm.org
Mon Aug 17 05:33:20 PDT 2026


https://github.com/tkarna approved this pull request.

Looks good to me.

IMO this could also be added as an option in the existing `loop.unroll` op:

```mlir
transform.loop.unroll %1 { full_unroll = true } : ...  // ignores any given factor
```

but I don't have a strong preference either way.

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


More information about the Mlir-commits mailing list