9 #ifndef MLIR_CONVERSION_LOOPTOSTANDARD_CONVERTLOOPTOSTANDARD_H_ 10 #define MLIR_CONVERSION_LOOPTOSTANDARD_CONVERTLOOPTOSTANDARD_H_ 22 class OwningRewritePatternList;
35 #endif // MLIR_CONVERSION_LOOPTOSTANDARD_CONVERTLOOPTOSTANDARD_H_ Definition: InferTypeOpInterface.cpp:20
void populateLoopToStdConversionPatterns(OwningRewritePatternList &patterns, MLIRContext *ctx)
Definition: ConvertLoopToStandard.cpp:249
std::unique_ptr< Pass > createLowerToCFGPass()
Creates a pass to convert loop.for, loop.if and loop.terminator ops to CFG.
Definition: ConvertLoopToStandard.cpp:263