1
0
mirror of synced 2026-05-05 23:55:43 +00:00
Files
YosysHQ.yosys/passes/opt/opt_expr.cc
Marcelina Kościelnicka 1667ad658b opt_expr: Fix mul/div/mod by POT patterns to support >= 32 bits.
The previous code, in addition to being needlessly limitted to 32 bits
in the first place, also had UB for the 31th bit (doing 1 << 31).
2021-06-09 19:53:44 +02:00

74 KiB