Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tabs to spaces in opt_share examples | Bogdan Vukobratovic | 2019-08-03 | 1 | -10/+10 |
| | |||||
* | Fix spacing in opt_share tests, change wording in opt_share help | Bogdan Vukobratovic | 2019-08-03 | 1 | -10/+10 |
| | |||||
* | Reimplement opt_share to work on $alu and $pmux | Bogdan Vukobratovic | 2019-07-28 | 1 | -1/+1 |
| | |||||
* | Implement opt_share | Bogdan Vukobratovic | 2019-07-26 | 1 | -0/+15 |
This pass identifies arithmetic operators that share an operand and whose results are used in mutually exclusive cases controlled by a multiplexer, and merges them together by multiplexing the other operands |