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/15784] fold misses binary optimization


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-04 08:01 -------
oh, here is why the last two happen on PowerPC and not on i?86, there is an abs pattern for POWER so 
we (rs6000) have to a split for the abs so the large number of optimizations can happen before we get 
to the point which we split the insn.  On i686, it is split/expanded right during expand instead of 
waiting until after reload which is what is done on PowerPC.

Also I got all of these by looking into the simplify-rtx.c file so this should be nothing different from 
there.

-- 


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


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