ΒΆvoid reportGISelFailure(
llvm::MachineFunction& MF,
const llvm::TargetPassConfig& TPC,
llvm::MachineOptimizationRemarkEmitter& MORE,
llvm::MachineOptimizationRemarkMissed& R)
void reportGISelFailure(
llvm::MachineFunction& MF,
const llvm::TargetPassConfig& TPC,
llvm::MachineOptimizationRemarkEmitter& MORE,
llvm::MachineOptimizationRemarkMissed& R)
Description
Report an ISel error as a missed optimization remark to the LLVMContext's diagnostic stream. Set the FailedISel MachineFunction property.
Declared at: llvm/include/llvm/CodeGen/GlobalISel/Utils.h:102