[Mlir-commits] [mlir] [MLIR][NFC] Stop depending on func.func in affine LoopUtils (PR #82079)

Alexey Z. llvmlistbot at llvm.org
Wed Feb 28 12:08:06 PST 2024


last5bits wrote:

@joker-eph Mehdi, I've submitted a new PR which follows your suggestion to pass a reference to `Region` to every loop utility. Please take a look at it and let me know if my understanding of what you suggested is correct. If it is, then I have doubts about this alternative approach: not only the new change is much larger, but it also just shifts the dependency on `func::FuncOp` from `affine/LoopUtils` to every other place that makes use of the loop utilities.

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


More information about the Mlir-commits mailing list