[Mlir-commits] [mlir] [MLIR] [python] Fixed a bug in `PyRegionList` iterator (PR #137232)

Maksim Levental llvmlistbot at llvm.org
Fri Apr 25 04:54:15 PDT 2025


makslevental wrote:

> Well, this is a behavior change, but if anything it is "fixing" and not "breaking", because previously `iter(blocks[1:])` would iterate over the whole list.

Hmm true. Maybe I'm being too cautious - is there actually any change in functionality? Is it that `iter(...)` no longer works at all?

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


More information about the Mlir-commits mailing list