commit | 4bf963c68b9932db44c34f178743a35d3757fc95 | [log] [tgz] |
---|---|---|
author | River Riddle <riverriddle@google.com> | Wed Jan 16 11:40:37 2019 -0800 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 15:22:28 2019 -0700 |
tree | 9e8f57b0690b02f1be11811d96314c00b329644f | |
parent | 0b5bf6d98c3b560de2025de418f82be88e4b380d [diff] |
Add canonicalization to remove AllocOps if there are no uses. AllocOp has side effects on the heap, but can still be deleted if it has zero uses. PiperOrigin-RevId: 229596556