[Mlir-commits] [mlir] [MLIR] Add callback functions for ModuleToObject (PR #116007)

Guray Ozen llvmlistbot at llvm.org
Thu Nov 14 03:53:50 PST 2024


grypp wrote:

we can integrate this work with the `GPUToNVVMPipeline` to leverage existing tests.

fwiw, I implemented something similar for this case. I wasn't aware of this PR, and I closed my PR (linked below), but it demonstrates how to handle the wiring between tests and `GPUToNVVMPipeline`:  
https://github.com/llvm/llvm-project/pull/116199/files  

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


More information about the Mlir-commits mailing list