llvm::getBundleAttrFromID

Return the bundle attribute kind for the given operand-bundle tag ID.

Synopsis

Declared in <llvm/IR/BundleAttributes.h>

BundleAttr
getBundleAttrFromID(uint32_t ID);

Return Value

The BundleAttr for ID, or BundleAttr::None if unrecognized.

Parameters

NameDescription
IDOperand-bundle tag ID (e.g. from OperandBundleUse::getTagID).