MLIR
18.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 | |
![]() | |
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 281 of file SideEffectInterfaces.h.