Displaying 1 result from an estimated 1 matches for "atttrkind".
Did you mean:
attrkind
2019 Mar 14
4
[RFC] We are running out of slots in the Attribute::AttrKind enum
...63 slots in the AttrKind enum because it is represented in the bitcode with a 64-bit bitmask. There is only one free slot left and I don't want to use it for a target-dependent attribute. I had anticipated that only target-independent attributes would have analogous ATTR_KIND identifiers in the AtttrKind enum, yet the ARM-specific CMSE_NS_CALL and CMSE_NS_ENTRY occupy slots in the AttrKind enum.
Can someone point me to an example of a target-dependent attribute represented in the LLVM IR that does not occupy a slot in the AttrKind enum?
Thanks,
Todd Snider
-------------- next part --------------...