Return the bundle attribute kind carried by the given operand bundle.

Synopsis

Declared in <llvm/IR/BundleAttributes.h>

BundleAttr
getBundleAttrFromOBU(OperandBundleUse OBU);

Return Value

The BundleAttr identified by OBU's tag.

Parameters

Name

Description

OBU

Operand bundle whose tag identifies the attribute.

Created with MrDocs