MLIR  22.0.0git
Namespaces | Macros | Functions
SCFToControlFlow.cpp File Reference
#include "mlir/Conversion/SCFToControlFlow/SCFToControlFlow.h"
#include "mlir/Dialect/Arith/IR/Arith.h"
#include "mlir/Dialect/ControlFlow/IR/ControlFlowOps.h"
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
#include "mlir/Dialect/SCF/IR/SCF.h"
#include "mlir/Dialect/SCF/Transforms/Transforms.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/MLIRContext.h"
#include "mlir/IR/PatternMatch.h"
#include "mlir/Transforms/DialectConversion.h"
#include "mlir/Transforms/Passes.h"
#include "mlir/Conversion/Passes.h.inc"

Go to the source code of this file.

Namespaces

 mlir
 Include the generated interface declarations.
 

Macros

#define GEN_PASS_DEF_SCFTOCONTROLFLOWPASS
 

Functions

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()

static void propagateLoopAttrs ( Operation scfOp,
Operation brOp 
)
static