8#ifndef MLIR_CONVERSION_COMPLEXTOSTANDARD_COMPLEXTOSTANDARD_H_
9#define MLIR_CONVERSION_COMPLEXTOSTANDARD_COMPLEXTOSTANDARD_H_
19#define GEN_PASS_DECL_CONVERTCOMPLEXTOSTANDARDPASS
20#include "mlir/Conversion/Passes.h.inc"
25 mlir::complex::ComplexRangeFlags complexRange =
26 mlir::complex::ComplexRangeFlags::improved);
The abstract base pass class.
Include the generated interface declarations.
void populateComplexToStandardConversionPatterns(RewritePatternSet &patterns, mlir::complex::ComplexRangeFlags complexRange=mlir::complex::ComplexRangeFlags::improved)
Populate the given list with patterns that convert from Complex to Standard.
const FrozenRewritePatternSet & patterns