https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86131
--- Comment #3 from Christophe Leroy ---
(In reply to Andrew Pinski from comment #2)
> The cost has been 2 since the day -mcpu=860 was added back in 1996
> (r0-10828).
Right, which means that a single left shift performs better than a multiply b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86131
--- Comment #2 from Andrew Pinski ---
The cost has been 2 since the day -mcpu=860 was added back in 1996 (r0-10828).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86131
Segher Boessenkool changed:
What|Removed |Added
CC||segher at gcc dot gnu.org
--- Comme