MLIR
20.0.0git
|
verifyInvariantsImpl
verifies the invariants like the types, attrs, .etc.
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, OpInvariants > | |
Operation * | getOperation () |
Return the ultimate Operation being worked on. More... | |
verifyInvariantsImpl
verifies the invariants like the types, attrs, .etc.
It should be run after core traits and before any other user defined traits. In order to run it in the correct order, wrap it with OpInvariants trait so that tblgen will be able to put it in the right order.
Definition at line 431 of file OpDefinition.h.
|
inlinestatic |
Definition at line 433 of file OpDefinition.h.