A compact representation of LLVM attributes (at least those relevant for this module)
that can be manipulated without interacting with LLVMโs Attribute machinery.
Sometimes an ABI requires small integers to be extended to a full or partial register. This enum
defines if this extension should be zero-extension or sign-extension when necessary. When it is
not necessary to extend the argument, this enum is ignored.