MLIR
20.0.0git
|
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"
Additional Inherited Members | |
Protected Member Functions inherited from mlir::OpTrait::TraitBase< ConcreteType, HasRecursiveMemoryEffects > | |
Operation * | getOperation () |
Return the ultimate Operation being worked on. More... | |
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.