[Mlir-commits] [mlir] [MLIR][Python] Support Python-defined passes in MLIR (PR #156000)

Maksim Levental llvmlistbot at llvm.org
Mon Sep 8 05:20:15 PDT 2025


makslevental wrote:

>  We should preserve the ability of the system to generate reproducer

Preserve where? `PassRegistry` is not bound in Python so this ability does not exist and hence cannot be preserved. Do you mean "We should create the ability..."? My point is these two things are independent - we can land this PR and then also work on binding `PassRegistry` in order to support what you want.

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


More information about the Mlir-commits mailing list