enum RepairingPlacement::RepairingKind
Description
Define the kind of action this repairing needs.
Declared at: llvm/include/llvm/CodeGen/GlobalISel/RegBankSelect.h:316
Enumerators
Name | Value | Comment |
---|---|---|
None | 0 | Nothing to repair, just drop this action. |
Insert | 1 | Reparing code needs to happen before InsertPoints. |
Reassign | 2 | (Re)assign the register bank of the operand. |
Impossible | 3 | Mark this repairing placement as impossible. |