[Mlir-commits] [mlir] [MLIR][Python] Add a method to get full name of MLIR types (PR #174576)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Jan 6 07:20:40 PST 2026


PragmaTwice wrote:

> Ummm don't types (and attributes) already have their full name stored somewhere
> 
> https://github.com/llvm/llvm-project/blob/7c5eb6ab0cbfeb29f980c8fa17c0ee3ca5270984/mlir/include/mlir/IR/TypeSupport.h#L110
> 
> I would rather just bind that because things do get renamed once in a while....

Ahh that's definitely a better way.. 

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


More information about the Mlir-commits mailing list