[Mlir-commits] [mlir] [MLIR][Python] Add a method to get full name of MLIR types (PR #174576)
Maksim Levental
llvmlistbot at llvm.org
Tue Jan 6 06:58:19 PST 2026
makslevental 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....
https://github.com/llvm/llvm-project/pull/174576
More information about the Mlir-commits
mailing list