MLIR 22.0.0git
SCFToControlFlow.cpp File Reference

Go to the source code of this file.

Classes

class  mlir::impl::SCFToControlFlowPassBase< DerivedT >

Namespaces

namespace  mlir
 Include the generated interface declarations.
namespace  mlir::impl
 Attribute collections provide a dictionary-like interface.

Macros

#define GEN_PASS_DEF_SCFTOCONTROLFLOWPASS

Functions

std::unique_ptr<::mlir::Passmlir::impl::createSCFToControlFlowPass ()
std::unique_ptr<::mlir::Passmlir::createSCFToControlFlowPass ()
static void propagateLoopAttrs (Operation *scfOp, Operation *brOp)

Macro Definition Documentation

◆ GEN_PASS_DEF_SCFTOCONTROLFLOWPASS

#define GEN_PASS_DEF_SCFTOCONTROLFLOWPASS

Definition at line 28 of file SCFToControlFlow.cpp.

Function Documentation

◆ propagateLoopAttrs()

void propagateLoopAttrs ( Operation * scfOp,
Operation * brOp )
static