This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: fix 20650
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Geoffrey Keating <gkeating at apple dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sat, 02 Apr 2005 14:04:57 -0500
- Subject: Re: fix 20650
- References: <20050402095730.F15491D4534@geoffk5.apple.com>
- [(parallel [(set (match_operand:SI 0 "reg_or_mem_operand" "")
+ [(parallel [(set (match_operand:SI 0 "gpc_reg_operand" "")
I created a special e500 reg_or_mem_operand predicate for
expandsfdf2. You could do something similar for fix_truncdfsi2 with
GFXOPT and try rth's SUBREG suggestion, if you want.
David