[Mlir-commits] [mlir] [mlir][gpu] Propagate errors from `ModuleToObject` callbacks (PR #170134)

Mehdi Amini llvmlistbot at llvm.org
Mon Dec 1 05:47:55 PST 2025


https://github.com/joker-eph commented:

There is a diagnostic issue here: the callbacks don't have any information needed to diagnose (no MLIRContext, no operation to attach the diagnostic to...). 

The use-case for this looks quite hand-wavy to me to justify adding more complexity to correctly handle all this though.


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


More information about the Mlir-commits mailing list