aboutsummaryrefslogtreecommitdiffstats
path: root/tests/opt/opt_share_cat.ys
Commit message (Collapse)AuthorAgeFilesLines
* Reimplement opt_share to work on $alu and $pmuxBogdan Vukobratovic2019-07-281-7/+11
|
* Implement opt_shareBogdan Vukobratovic2019-07-261-0/+9
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