MLIR
20.0.0git
|
This trait provides a verifier for ops that are expecting their regions to not have any arguments. 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< ConcrentType, NoRegionArguments > | |
Operation * | getOperation () |
Return the ultimate Operation being worked on. More... | |
This trait provides a verifier for ops that are expecting their regions to not have any arguments.
Definition at line 1352 of file OpDefinition.h.
|
inlinestatic |
Definition at line 1353 of file OpDefinition.h.
References mlir::OpTrait::impl::verifyNoRegionArguments().