This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: RFC: modify ppc expanders to support e500
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: David Edelsohn <dje at watson dot ibm dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 9 Nov 2004 16:43:41 -0400
- Subject: Re: RFC: modify ppc expanders to support e500
- References: <20041022231510.GA28756@redhat.com> <200411082346.iA8NkUD31658@makai.watson.ibm.com>
On Mon, Nov 08, 2004 at 06:46:30PM -0500, David Edelsohn wrote:
> * config/rs6000/rs6000.md (fix_truncdffsi2): Handle e500
> doubles.
> (floatunssidf2): Same.
> (floatsidf2): Same.
> ("extendsfdf2"): New expander.
> (*extendsfdf2_fpr): Rename.
> (*truncdfsf2_fpr): Same.
> (*negdf2_fpr): Same.
> (*absdf2_fpr): Same.
> (*nabsdf2_fpr): Same.
> (*adddf3_fpr): Same.
> (*subdf3_fpr): Same.
> (*muldf3_fpr): Same.
> (*divdf3_fpr): Same.
>
> Please properly wrap the overly long final condition for fix_truncdfsi2.
> Okay with that change.
Ok, I'm giving it one last sanity check, plus I've fixed a typo in the
ChangeLog. I'll be committing to mainline and 3.4-e500-branch.
Thanks.