[Mlir-commits] [mlir] [MLIR][LLVMIR] Add support for intrinsics with metadata arguments (PR #200308)
Tobias Gysi
llvmlistbot at llvm.org
Fri May 29 00:42:53 PDT 2026
https://github.com/gysit commented:
Thanks for working on this!
I like this approach much more since it strengthens the existing fallback path to support metadata arguments. The only downside I see is that the metadata cannot yet be converted to the metadata kind specific attributes. For this path fallback that seems fine since we don't have full coverage anyways. Potentially that could be improve though should this be a requirement for your use case?
https://github.com/llvm/llvm-project/pull/200308
More information about the Mlir-commits
mailing list