ΒΆllvm::MachineFunctionPass*
createResetMachineFunctionPass(
bool EmitFallbackDiag,
bool AbortOnFailedISel)
llvm::MachineFunctionPass*
createResetMachineFunctionPass(
bool EmitFallbackDiag,
bool AbortOnFailedISel)
Description
This pass resets a MachineFunction when it has the FailedISel property as if it was just created. If EmitFallbackDiag is true, the pass will emit a DiagnosticInfoISelFallback for every MachineFunction it resets. If AbortOnFailedISel is true, abort compilation instead of resetting.
Declared at: llvm/include/llvm/CodeGen/Passes.h:60
Parameters
- bool EmitFallbackDiag
- bool AbortOnFailedISel