This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/30738] suboptimal code for min, max, et al
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Feb 2007 13:00:06 -0000
- Subject: [Bug tree-optimization/30738] suboptimal code for min, max, et al
- References: <bug-30738-1186@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from rguenth at gcc dot gnu dot org 2007-02-09 13:00 -------
Created an attachment (id=13026)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13026&action=view)
prototype patch
works for the testcase, otherwise unchecked. Does not look through copies, so
it
doesn't trigger during early optimization and we can as well move it to
phiopts,
which is not run during early optimization.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30738