MLIR  20.0.0git
List of all members
mlir::OpTrait::HasRecursiveMemoryEffects< ConcreteType > Class Template Reference

This trait indicates that the memory effects of an operation includes the effects of operations nested within its regions. More...

#include "mlir/Interfaces/SideEffectInterfaces.h"

+ Inheritance diagram for mlir::OpTrait::HasRecursiveMemoryEffects< ConcreteType >:

Additional Inherited Members

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

Detailed Description

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

This trait indicates that the memory effects of an operation includes the effects of operations nested within its regions.

If the operation has no derived effects interfaces, the operation itself can be assumed to have no memory effects.

Definition at line 316 of file SideEffectInterfaces.h.


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