This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/14541] [tree-ssa] built-in math functions are not fully optimized at tree level
- 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: Sun, 12 Feb 2012 09:23:28 +0000
- Subject: [Bug tree-optimization/14541] [tree-ssa] built-in math functions are not fully optimized at tree level
- Auto-submitted: auto-generated
- References: <bug-14541-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14541
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
AssignedTo|unassigned at gcc dot |pinskia at gcc dot gnu.org
|gnu.org |
--- Comment #15 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-02-12 09:23:28 UTC ---
I will implement this combing in forwprop (since that is where we are doing all
the combing optimizations now).