Return true if this instruction has ties not implied by its descriptor.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

bool
hasComplexRegisterTies() const;

Description

Useful for MIR printing to decide whether ties must be printed explicitly.

Return Value

True if complex (non‐descriptor) register ties are present.

Created with MrDocs