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 rtl-optimization/17387] Redundant instructions in loop optimization


------- Additional Comments From hjl at lucon dot org  2005-01-27 04:03 -------
Gcc doesn't know/remember

movl    S(,%rax,4), %eax

will zero extend to 64bit. I don't know you can touch only the lower
32bit bits.

-- 


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


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