enum RepairingPlacement::RepairingKind

Description

Define the kind of action this repairing needs.

Declared at: llvm/include/llvm/CodeGen/GlobalISel/RegBankSelect.h:316

Enumerators

NameValueComment
None0Nothing to repair, just drop this action.
Insert1Reparing code needs to happen before InsertPoints.
Reassign2(Re)assign the register bank of the operand.
Impossible3Mark this repairing placement as impossible.