MLIR
20.0.0git
|
This class provides verification for ops that are known to have zero successors. More...
#include "mlir/IR/OpDefinition.h"
Static Public Member Functions | |
static LogicalResult | verifyTrait (Operation *op) |
Additional Inherited Members | |
Protected Member Functions inherited from mlir::OpTrait::TraitBase< ConcreteType, ZeroSuccessors > | |
Operation * | getOperation () |
Return the ultimate Operation being worked on. More... | |
This class provides verification for ops that are known to have zero successors.
Definition at line 774 of file OpDefinition.h.
|
inlinestatic |
Definition at line 776 of file OpDefinition.h.
References mlir::OpTrait::impl::verifyZeroSuccessors().