|
FLANG
|
#include <flang/Optimizer/Builder/FIRBuilder.h>
Public Member Functions | |
| FastMathFlagGuard (FirOpBuilder &builder, mlir::arith::FastMathFlags flags) | |
| FastMathFlagGuard (const FastMathFlagGuard &)=delete | |
| FastMathFlagGuard & | operator= (const FastMathFlagGuard &)=delete |
RAII helper to set FastMathFlags for a scope and restore the previous value on destruction.