enum LegalizerHelper::LegalizeResult
Declared at: llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h:38
Enumerators
Name | Value | Comment |
---|---|---|
AlreadyLegal | 0 | Instruction was already legal and no change was made to the MachineFunction. |
Legalized | 1 | Instruction has been legalized and the MachineFunction changed. |
UnableToLegalize | 2 | Some kind of error has occurred and we could not legalize this instruction. |