CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/08/20 12:09:33
Modified files:
gnu/gcc/gcc/config/m88k: m88k-protos.h m88k.c m88k.md
Log message:
Remove real_power_of_2_operand() and relevant code. It was used to replace
floating-point division by a power of two with a multiplication by its inverse
(twice faster). But this optimization is implemented in MI code nowadays, so
this code had no chance to ever trigger when optimization was enabled.
