------- Comment #18 from pluto at agmk dot net  2005-11-21 15:05 -------
gcc-3.3.6 produces better code:

test:   movq    w, %mm1
        psllw   $1, %mm1
        movq    %mm1, w
        movq    w, %mm1
        movq    %mm1, dw
        ret

        .comm   dw,8,8
        .comm   w,8,8


can we classify this as a code size regression?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14552

Reply via email to