enum class GlobalISelAbortMode
Description
Enable abort calls when global instruction selection fails to lower/select an instruction.
Declared at: llvm/include/llvm/Target/TargetOptions.h:107
Enumerators
Name | Value | Comment |
---|---|---|
Disable | 0 | |
Enable | 1 | |
DisableWithDiag | 2 |