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/37795] if-combine doesn't optimize != after >= test



------- Comment #5 from pinskia at gmail dot com  2008-10-12 20:47 -------
Subject: Re:  if-combine doesn't optimize != after >= test

On Sun, Oct 12, 2008 at 1:40 PM, rguenther at suse dot de
<gcc-bugzilla@gcc.gnu.org> wrote:
> No.  ifcombine only combines on the CFG, in PR28685 we are dealing
> with a CFG-less opportunity.

Well it depends really.  As on some targets it has a CFG based ||/&&
depending on BRANCH_COST.

Thanks,
Andrew Pinski


-- 


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


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