mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-09-02 11:07:41 +02:00
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.