FLANG
fir::FirOpBuilder::FastMathFlagGuard Class Reference

#include <flang/Optimizer/Builder/FIRBuilder.h>

Public Member Functions

 FastMathFlagGuard (FirOpBuilder &builder, mlir::arith::FastMathFlags flags)
 FastMathFlagGuard (const FastMathFlagGuard &)=delete
FastMathFlagGuardoperator= (const FastMathFlagGuard &)=delete

Detailed Description

RAII helper to set FastMathFlags for a scope and restore the previous value on destruction.


The documentation for this class was generated from the following file: