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 tree-optimization/19126] Missed IV optimization (redundant instruction in loop)


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-01 18:09 -------
(In reply to comment #2)
> I get different asm for AMD64 as well: 
Since AMD64 and x86 have lea, it is not as impressive on PPC or any other target that does have a+b*c 
instructions.

-- 


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


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