[Bug target/32593] Missed optimization of 'y = constant - x' operation
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Nov 7 14:44:00 GMT 2009
------- Comment #7 from rguenth at gcc dot gnu dot org 2009-11-07 14:44 -------
Oh, there's no loop. Then it's the not implemented strength-reduction on
scalar code that is the issue. In theory strength-reduction can be
integrated into our global value-numbering / PRE code, but nobody has done
that.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32593
More information about the Gcc-bugs
mailing list