Introduced AllocationOpInterface to create deallocation operations on-the-fly...
Introduced AllocationOpInterface to create deallocation operations on-the-fly that are compatible with the allocation operation implementing this interface. Added interface implementations for AllocOp and CloneOp defined in the MemRef diallect. Adapted the BufferDeallocation pass to be compatible with the interface introduced in this CL. Differential Revision: https://reviews.llvm.org/D109350
Loading
Please sign in to comment