Add canonicalization to remove AllocOps if there are no uses. AllocOp has side...
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
Loading
Please sign in to comment