aboutsummaryrefslogtreecommitdiffstats
path: root/tests/opt/opt_expr_cmp.ys
Commit message (Collapse)AuthorAgeFilesLines
* opt_expr: simplify any unsigned comparisons with all-0 and all-1.whitequark2019-01-021-0/+4
Before this commit, only unsigned comparisons with all-0 would be simplified. This commit also makes the code handling such comparisons to be more rigorous and not abort on unexpected input.