Simple helper function to map a BundleOpInfo to an OperandBundleUse.
Declared in <llvm/IR/InstrTypes.h>
OperandBundleUse
operandBundleFromBundleOpInfo(BundleOpInfo const& BOI) const;
A lightweight accessor for an operand bundle meant to be passed around by value.
| Name | Description |
|---|---|
| BOI | Used to keep track of an operand bundle. See the main comment on OperandBundleUser above. |