Create a clone of CB with operand bundle ID removed.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

static
CallBase*
removeOperandBundle(
    CallBase* CB,
    uint32_t ID,
    InsertPosition InsertPt = nullptr);

Return Value

The cloned call without the specified operand bundle.

Parameters

Name

Description

CB

Call to clone.

ID

Tag of the operand bundle to remove.

InsertPt

Optional insertion point for the new instruction.

Created with MrDocs