public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/16107] New: missed optimization with some math function builtins
@ 2004-06-21  5:43 pinskia at gcc dot gnu dot org
  2004-06-21  5:45 ` [Bug tree-optimization/16107] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-21  5:43 UTC (permalink / raw)
  To: gcc-bugs

Even after my tree combine pass, there are some math function builtins which I still not simplify 
because I do not regimplify calls expression yet.  I will handle this case after I sumbit and commit my 
tree-combiner.
double t(double x)
{
 x = -x;
 x = cos (x);
 return x;
}
double t1(double x)
{
 x = cos (-x);
 return x;
}

-- 
           Summary: missed optimization with some math function builtins
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Keywords: missed-optimization
          Severity: enhancement
          Priority: P2
         Component: tree-optimization
        AssignedTo: pinskia at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 BugsThisDependsOn: 15459


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


^ permalink raw reply	[flat|nested] 9+ messages in thread
[parent not found: <bug-16107-4@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2015-08-17  4:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-21  5:43 [Bug tree-optimization/16107] New: missed optimization with some math function builtins pinskia at gcc dot gnu dot org
2004-06-21  5:45 ` [Bug tree-optimization/16107] " pinskia at gcc dot gnu dot org
2004-06-21  5:46 ` pinskia at gcc dot gnu dot org
2004-08-29 19:36 ` pinskia at gcc dot gnu dot org
2005-07-12 21:26 ` pinskia at gcc dot gnu dot org
     [not found] <bug-16107-4@http.gcc.gnu.org/bugzilla/>
2012-11-02 16:12 ` glisse at gcc dot gnu.org
2014-10-31  4:01 ` pinskia at gcc dot gnu.org
2014-12-01  4:27 ` pinskia at gcc dot gnu.org
2015-08-17  4:49 ` naveenh at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).