Create a clone of CB with operand bundle ID removed.
Declared in <llvm/IR/InstrTypes.h>
static
CallBase*
removeOperandBundle(
CallBase* CB,
uint32_t ID,
InsertPosition InsertPt = nullptr);
The cloned call without the specified operand bundle.
| Name | Description |
|---|---|
| CB | Call to clone. |
| ID | Tag of the operand bundle to remove. |
| InsertPt | Optional insertion point for the new instruction. |