This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: Fix AltiVec register class bitmaps
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: Stan Shebs <shebs at apple dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: 16 Nov 2001 20:19:33 -0600
- Subject: Re: PATCH: Fix AltiVec register class bitmaps
- References: <3BF5B9A7.1F536D95@apple.com>
>>>>> "Stan" == Stan Shebs <shebs@apple.com> writes:
> While dealing with assorted reload failures in our AltiVec example
> code (which uses the Motorola extensions, so not of direct interest
> here), I had occasion to count bits in REG_CLASS_CONTENTS, and
> found some mistakes. They're fairly obvious, but I'd like to get
> an OK before committing anyhow. Bootstraps on powerpc-apple-darwin.
> Stan
thanks. These are fine. I think they should go in as obvious.
Aldy