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

Sergei Lebedev llvmlistbot at llvm.org
Fri Apr 25 00:09:31 PDT 2025


superbobry 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.

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


More information about the Mlir-commits mailing list