This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: patch e500: unspec spe_evmra
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: David Edelsohn <dje at watson dot ibm dot com>
- Cc: Graham Stott <graham dot stott at btinternet dot com>, gcc-patches at gcc dot gnu dot org
- Date: Mon, 29 Jul 2002 13:23:15 -0700
- Subject: Re: patch e500: unspec spe_evmra
- References: <graham.stott@btinternet.com> <200207292020.QAA14544@makai.watson.ibm.com>
On Mon, Jul 29, 2002 at 04:20:52PM -0400, David Edelsohn wrote:
> >>>>> Graham Stott writes:
>
> Graham> Don't much like the magic 726 unspec number might I suggest now
> Graham> would be a good time for the rs6000 backend to start using the
> Graham> define_contants md construct and banish the magic numbers.
>
> Aldy already is using that in spe.md. He is suppose to convert
> the entire backend (mainly spe.md and altivec.md) to that method one of
> these days.
Doh! Yes, that would be me, Mr. Procrastinator. I'm avoiding it
because they're soooo many. Will do though.
I'll start with moving the altivec builtins into altivec.md.
Aldy