MLIR 22.0.0git
ControlFlowToSPIRV.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "cf-to-spirv-pattern"

Functions

static LogicalResult legalizeBlockArguments (Block &block, Operation *op, PatternRewriter &rewriter, const TypeConverter &converter)
 Legailze target block arguments.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "cf-to-spirv-pattern"

Definition at line 23 of file ControlFlowToSPIRV.cpp.

Function Documentation

◆ legalizeBlockArguments()