-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIRRTL] FoldUnusedBits: minor cleanup (#7914)
* [FIRRTL] FoldUnusedBits: Early break when all bits are read * [FIRRTL] FoldUnusedBits: Opportunistically fold generated ops Once the memory has been replaced with the compressed memory, a lot of the bitselect ops reading from the old memory will be selecting the entire memory. Use createOrFold to eagerly clean up these "whole range bitselect" ops.
- Loading branch information
Showing
1 changed file
with
24 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters