Report an ISel error as a missed optimization remark to the LLVMContext's diagnostic stream. Set the FailedISel MachineFunction property.
Synopses
Declared in <llvm/CodeGen/GlobalISel/Utils.h>
Report an ISel error as a missed optimization remark to the LLVMContext's diagnostic stream. Set the FailedISel MachineFunction property.
void
reportGISelFailure(
MachineFunction& MF,
MachineOptimizationRemarkEmitter& MORE,
MachineOptimizationRemarkMissed& R);
void
reportGISelFailure(
MachineFunction& MF,
MachineOptimizationRemarkEmitter& MORE,
char const* PassName,
StringRef Msg,
MachineInstr const& MI);
Created with MrDocs