Elide copies for which the source and destination buffer is the same.
During copy elision, copies which were previously added during copy insertion might end up with the same source and destination buffer. Previous logic did not remove them. This CL handles this corner case. PiperOrigin-RevId: 208509171
Loading
Please sign in to comment