This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/30104] missed code motion optimization (invariant control structures)
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 08 Feb 2012 23:17:57 +0000
- Subject: [Bug tree-optimization/30104] missed code motion optimization (invariant control structures)
- Auto-submitted: auto-generated
- References: <bug-30104-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30104
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |TREE
Last reconfirmed|2006-12-07 14:17:34 |2012-02-08
--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-02-08 23:17:57 UTC ---
On MIPS64-linux-gnu, the code is the same in the assembly but we don't do this
at the tree level yet.