[Mlir-commits] [mlir] [MLIR] Add llvm (debug) attributes to CAPI (PR #83992)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Tue Mar 5 07:19:35 PST 2024


ftynse wrote:

`unwrapList` can only unwrap C API data structures to their C++ counterpart, e.g. `MlirAttribute` to `mlir::Attribute`. It will not magically downcast attributes to a specific type. You will have to do that yourself.

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


More information about the Mlir-commits mailing list