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

Victor Perez llvmlistbot at llvm.org
Wed Jul 31 03:07:54 PDT 2024


victor-eds wrote:

We cannot handle this metadata via the `LLVMImportDialectInterface` interface due to a current limitation: only metadata with fixed MD kind values can be handled there as there is no existent `LLVMContext` at that point.

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


More information about the Mlir-commits mailing list