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/36508] [4.3 Regression] ICE in compute_antic



------- Comment #5 from pinskia at gcc dot gnu dot org  2008-06-12 14:20 -------
Well not branch cost differences but LOGICAL_OP_NON_SHORT_CIRCUIT is 0.  Now
LOGICAL_OP_NON_SHORT_CIRCUIT should be 1 on PPC but there needs some expand
support for getting the bools using crand/crand instructions (which is faster
than branches and such) (this is really only true on some PowerPCs though).


-- 


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


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