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 middle-end/35358] Ansi aliasing info not fully utilized by tree SSA optimizations



------- Comment #4 from pinskia at gcc dot gnu dot org  2008-09-16 00:18 -------
We get now:
<bb 4>:
  prephitmp.14 = prephitmp.14 + q->b2;
  p->b1 = prephitmp.14;
  i = i + 1;
  if (n > i)
    goto <bb 4>;
  else
    goto <bb 5>;

Which means PRE has the right information but LIM does not ...


-- 


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


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