This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/19069] [x86][amd64] Could have better initial RTL generation for MIN/MAX
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Mar 2005 14:58:27 -0000
- Subject: [Bug target/19069] [x86][amd64] Could have better initial RTL generation for MIN/MAX
- References: <20041218155309.19069.steven@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-20 14:58 -------
Isn't this fixed now by:
2005-03-10 Steven Bosscher <stevenb@suse.de>
* expr.c (expand_expr_real_1): If possible, use a conditional
move for expanding MIN_EXPR and MAX_EXPR.
Use temp for moving around rtx-en.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19069