Closed tbennun closed 11 months ago
I pushed code to address my own review in https://github.com/numba/llvmlite/pull/978#pullrequestreview-1766002637 to move this PR along so it will be included in the upcoming release.
Thank you! I was planning to get to it later this week.
This PR refactors TypeRef bindings out of
value.py
and enables querying types and their attributes. This includes the type kinds, derived types (e.g., the members of a struct), and element counts in arrays and vectors. Without this PR, obtaining this information could only be done via error-prone string processing.