MLIR
20.0.0git
|
This class provides the API for ops that are known to have a specified number of results. More...
#include "mlir/IR/OpDefinition.h"
Classes | |
class | Impl |
This class provides the API for ops that are known to have a specified number of results.
This is used as a trait like this:
class FooOp : public Op<FooOp, OpTrait::NResults<2>::Impl> {
Definition at line 716 of file OpDefinition.h.