[Mlir-commits] [mlir] [MLIR][Python] Fix detached operation coming from `IfOp` constructor (PR #107286)

Maksim Levental llvmlistbot at llvm.org
Wed Sep 4 13:05:45 PDT 2024


makslevental wrote:

> Thanks for the contribution! Is this possible to add a test for this?

Only way I can think of is to dump the module with debug info inlined and then `# CHECK` but it's very brittle obv (will have to be updated when `import`s change or function body gets shifted.

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


More information about the Mlir-commits mailing list