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 pinskia at gcc dot gnu dot org  2005-07-15 22:18 -------
With last night's compiler I get:
.L2:
        movdqa  ib(,%eax,8), %xmm0
        paddw   ic(,%eax,8), %xmm0
        movdqa  %xmm0, ia(,%eax,8)
        addl    $2, %eax
        cmpl    $4, %eax
        jne     .L2

-- 


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]