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/26674] missed optimization / 128-bit arithmetic.



------- Comment #3 from pluto at agmk dot net  2006-10-22 17:44 -------
recent 4.2 produces worse %rcx setup code.

previously:

xorl    %edx, %edx
movq    %rdx, %rcx

now:

movq    %rdi, %rax
sarq    $63, %rax
movq    %rax, %rcx


-- 


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


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