MLIR 24.0.0git
SCFToControlFlow.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  mlir
 Include the generated interface declarations.

Macros

#define GEN_PASS_DEF_SCFTOCONTROLFLOWPASS

Functions

static void copyLLVMDialectAttrs (Operation *from, Operation *to)
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

◆ copyLLVMDialectAttrs()

void copyLLVMDialectAttrs ( Operation * from,
Operation * to )
static

◆ propagateLoopAttrs()

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

Definition at line 325 of file SCFToControlFlow.cpp.

References copyLLVMDialectAttrs().