MLIR
20.0.0git
|
This trait indicates that a terminator operation is "return-like". More...
#include "mlir/Interfaces/ControlFlowInterfaces.h"
Static Public Member Functions | |
static LogicalResult | verifyTrait (Operation *op) |
Additional Inherited Members | |
Protected Member Functions inherited from mlir::OpTrait::TraitBase< ConcreteType, ReturnLike > | |
Operation * | getOperation () |
Return the ultimate Operation being worked on. More... | |
This trait indicates that a terminator operation is "return-like".
This means that it exits its current region and forwards its operands as "exit" values to the parent region. Operations with this trait are not permitted to contain successors or produce results.
Definition at line 309 of file ControlFlowInterfaces.h.
|
inlinestatic |
Definition at line 310 of file ControlFlowInterfaces.h.