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/23619] Missed pre opportunity


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-29 12:53 -------
Yes it is a dup as, the issue is we don't pre things for:
if (a)
  d = b + c;
else
  d = b + e;

Where b is a complex expression (yes this is simplifing it).

Even pull the load of ii in PR 23286, we still don't get the PRE.

-- 


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


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