fold-const.c
454 KB
-
fold-const.c (extract_muldiv_1): Do not distribute a multiplication by a power-of-two value. · c613138b
* fold-const.c (extract_muldiv_1) <PLUS_EXPR>: Do not distribute a multiplication by a power-of-two value. (fold_plusminus_mult_expr): Use pow2p_hwi to spot a power-of-two value and turn the modulo operation into a masking operation. From-SVN: r271963
Eric Botcazou committed