Return true if this instruction is convergent.
Declared in <llvm/CodeGen/MachineInstr.h>
bool
isConvergent(QueryType Type = AnyInBundle) const;
Convergent instructions cannot be made control-dependent on new values.
True if the instruction is convergent.
| Name | Description |
|---|---|
| Type | How to query when this instruction is part of a bundle. |