MLIR  19.0.0git
Namespaces | Macros | Functions
UpliftToFMA.cpp File Reference
#include "mlir/Dialect/Arith/IR/Arith.h"
#include "mlir/Dialect/Math/IR/Math.h"
#include "mlir/Dialect/Math/Transforms/Passes.h"
#include "mlir/IR/PatternMatch.h"
#include "mlir/Transforms/GreedyPatternRewriteDriver.h"
#include "mlir/Dialect/Math/Transforms/Passes.h.inc"

Go to the source code of this file.

Namespaces

 mlir
 Include the generated interface declarations.
 
 mlir::math
 

Macros

#define GEN_PASS_DEF_MATHUPLIFTTOFMA
 

Functions

template<typename Op >
static bool isValidForFMA (Op op)
 

Macro Definition Documentation

◆ GEN_PASS_DEF_MATHUPLIFTTOFMA

#define GEN_PASS_DEF_MATHUPLIFTTOFMA

Definition at line 20 of file UpliftToFMA.cpp.

Function Documentation

◆ isValidForFMA()

template<typename Op >
static bool isValidForFMA ( Op  op)
static

Definition at line 27 of file UpliftToFMA.cpp.