[Mlir-commits] [mlir] [MLIR][LLVM] Attach kernel metadata representation to `llvm.func` (PR #101314)

Victor Perez llvmlistbot at llvm.org
Wed Jul 31 06:40:43 PDT 2024


victor-eds wrote:

> This can be added to the list of supported metadata by using the context's `getMDKindIf("kind-name")`. We have a downstream use case like this, but I'm unsure if this would require changes to `mlir-translate`, as the LLVM context is required to instantiate the LLVMImportDialectInterface.

I think this may only require changes to the interface signatures. I can give it a try and go with that solution if it's less invasive. Thanks for the suggestion!

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


More information about the Mlir-commits mailing list