[llvm-commits] RFC: Add R600/SI backend as an experimental target
Tom Stellard
tom at stellard.net
Fri Sep 14 14:30:41 PDT 2012
On Fri, Sep 14, 2012 at 02:04:28PM -0700, Eric Christopher wrote:
>
> On Sep 14, 2012, at 9:09 AM, Tom Stellard <tom at stellard.net> wrote:
>
> > Attached is a patch with an updated version of the R600/SI backend. The
> > same code can be found in the r600-review-v10 branch here:
> > http://cgit.freedesktop.org/~tstellar/llvm/
> >
> > Changes since last week's version include:
> > + Fixes for tablegen'd register names
> > + More improvements/features for Southern Islands GPUs.
> >
> > I'm still hoping to get this accepted as an experimental backend, and I
> > look forward to your comments.
>
> Why don't you cut a branch in the repository and do your changes in there
> for a few weeks so we can see how your code looks as you're
> developing it etc?
>
Hi Eric,
Thanks for the response. I can set up a branch in the LLVM repository.
How do I do this? Will commit messages from the branch go to
llvm-commits?
Also, I have been maintaining a public branch of this backend as
part of the Mesa project, so if you are interested you can find ~5
months of development history here:
http://cgit.freedesktop.org/mesa/mesa/log/?qt=grep&q=radeon/llvm
Thanks,
Tom
More information about the llvm-commits
mailing list