[Mlir-commits] [mlir] [mlir][CAPI] Replace MlirIdentifier with MlirAttribute (PR #188222)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Tue Mar 24 05:33:38 PDT 2026


ftynse wrote:

> Aren't we losing some type-safety with this change?

C API that does not differentiate any Attribute or Type subclasses. I don't see why we would have a privileged StringAttr here.

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


More information about the Mlir-commits mailing list