[Mlir-commits] [mlir] [mlir]introduce UnrollScopeInterface and apply it to funcOp and gpu.launch Op. (PR #123904)

Krzysztof Drewniak llvmlistbot at llvm.org
Fri Jan 24 11:30:53 PST 2025


krzysz00 wrote:

I claim that the PR you actually want is to change `AffineLoopUnrollPass` to work on an arbitrary operation, thus allowing you to `-pass-pipeline='builtin.module(func.func(gpu.launch(affine-loop-unroll)))`

I can't think why the affine loop unroller needs to run on functions specifically

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


More information about the Mlir-commits mailing list