Report an ISel warning as a missed optimization remark to the LLVMContext's diagnostic stream.
Declared in <llvm/CodeGen/GlobalISel/Utils.h>
void
reportGISelWarning(
MachineFunction& MF,
MachineOptimizationRemarkEmitter& MORE,
MachineOptimizationRemarkMissed& R);
| Name | Description |
|---|---|
| MF | Machine function associated with the warning. |
| MORE | Remark emitter used to report the warning. |
| R | Missed-optimization remark describing the warning. |