MLIR 23.0.0git
mlir::OpTrait::TokenProducerTrait< ConcreteType > Class Template Reference

This trait marks operations that are allowed to produce builtin token values. More...

#include "mlir/IR/OpDefinition.h"

Inheritance diagram for mlir::OpTrait::TokenProducerTrait< ConcreteType >:

Additional Inherited Members

Protected Member Functions inherited from mlir::OpTrait::TraitBase< ConcreteType, TokenProducerTrait >
OperationgetOperation ()
 Return the ultimate Operation being worked on.

Detailed Description

template<typename ConcreteType>
class mlir::OpTrait::TokenProducerTrait< ConcreteType >

This trait marks operations that are allowed to produce builtin token values.

Definition at line 784 of file OpDefinition.h.


The documentation for this class was generated from the following file: