[Bug target/22497] A register is wasted in simple vectorised loops
uros at kss-loka dot si
gcc-bugzilla@gcc.gnu.org
Fri Jul 22 10:32:00 GMT 2005
------- Additional Comments From uros at kss-loka dot si 2005-07-22 09:41 -------
(In reply to comment #3)
> Oh, I have a local patch which will cause this, woops:
> + if (parts.scale != 1)
> + cost--;
> +
> if (parts.seg != SEG_DEFAULT)
> cost--;
Do you plan to submit this patch to gcc-patches? It sure optimizes some code,
and the testcase from decription could be used to show benefits of this patch.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22497
More information about the Gcc-bugs
mailing list