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/33344] if(!z) {a.b = x->b + 1; z = &a; } else if (!x) { a.b = z->b+1; x = &a; } use z->b and x->b; is not optimized



------- Comment #3 from rguenth at gcc dot gnu dot org  2007-09-08 17:51 -------
Note that basic cleanups after PRE are missing, for example FRE of inserted
loads.
And of course it makes code larger.


-- 


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


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