[Bug tree-optimization/54565] pass_update_address_taken before forwprop1 for vectors
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Sep 13 13:02:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54565
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2012-09-13
CC| |rguenth at gcc dot gnu.org
Ever Confirmed|0 |1
--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-09-13 13:02:33 UTC ---
I think I removed it because pass_build_ealias performs it already. It does
make sense to do after CCP, but it didn't look profitable before forwprop
before it got all the tree-combining things.
Thus, confirmed. Moving the TODO from before alias computation to after
CCP instead makes sense.
More information about the Gcc-bugs
mailing list