[Mlir-commits] [mlir] [mlir][SCF] Modernize `coalesceLoops` method to handle `scf.for` loops with iter_args (PR #87019)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Fri Mar 29 09:49:24 PDT 2024
MaheshRavishankar wrote:
> SCF must not depend on Affine.
I see your point... but I was trying to use `affine.apply` and `affine.delinearize_index`. Thats why the Affine dialect registration and the dependence come in. Should we just drop that? That would be kind of unfortunate.
https://github.com/llvm/llvm-project/pull/87019
More information about the Mlir-commits
mailing list