Return true if this instruction could raise a floating‐point exception.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

bool
mayRaiseFPException() const;

Description

Requires MCID::MayRaiseFPException and that NoFPExcept is not set.

Return Value

True if a floating‐point exception may be raised.

Created with MrDocs