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/17107] Opportunity to improve code generated for complex logical expression


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-15 02:39 -------
The reason why we convert TRUTH_ANDIF_EXPR to be TRUTH_AND_EXPR is because the BRANCH_COST 
is 2 on PPC. (this is done in fold-const.c).

-- 


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


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