This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/22497] A register is wasted in simple vectorised loops


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]