[PATCH] R600: Add GCC reg names

Tom Stellard tom at stellard.net
Thu Apr 9 06:44:09 PDT 2015


On Wed, Apr 08, 2015 at 11:57:36AM -0700, Matt Arsenault wrote:
> On 04/08/2015 07:23 AM, Tom Stellard wrote:
> > On Mon, Mar 16, 2015 at 09:14:07AM -0700, Matt Arsenault wrote:
> >> On 03/16/2015 06:55 AM, Tom Stellard wrote:
> >>> +  "exec", "vcc", "scc", "m0", "flat_scr"
> >> Do you also need the _lo/_his for exec/vcc/flat_scr?
> > Hi Matt,
> >
> > Here is an updated patch.
> >
> > -Tom
> >
> 
> This has v256 instead of v255.
> 
> Does this also need to include the tuples of registers?

This list is used for specifying clobber registers, so we don't need
to have the tuple registers, because you can always specify v0,v1 instead
of v[0:1].

Here is an updated patch.

-Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-R600-Add-GCC-reg-names.patch
Type: text/x-diff
Size: 4767 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150409/7b9e6a9f/attachment.patch>


More information about the cfe-commits mailing list