Return the bundle attribute kind for the given operand-bundle tag ID.
Declared in <llvm/IR/BundleAttributes.h>
BundleAttr
getBundleAttrFromID(uint32_t ID);
The BundleAttr for ID, or BundleAttr::None if unrecognized.
| Name | Description |
|---|---|
| ID | Operand-bundle tag ID (e.g. from OperandBundleUse::getTagID). |