Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove a spike of memory usage in ScrubDisposablePass. (#2978)
ScrubDisposablePass consumed a lot of memory only for a moment. This was because disposalElementsAttr was kept after converting to denseElementsAttr. This PR removes the spike by deleting disposalElementsAttr just after each conversion. --------- Signed-off-by: Haruki Imai <[email protected]>
- Loading branch information