[llvm-commits] RFC: Merge branches/R600 into TOT for 3.2 release
Chris Lattner
clattner at apple.com
Mon Oct 29 22:23:59 PDT 2012
On Oct 23, 2012, at 6:27 AM, Tom Stellard <tom at stellard.net> wrote:
> Hi,
>
> I would like to be able to merge the R600/SI backend (currently developed
> in branches/R600) into TOT prior to the 3.2 release. I would appreciate
> any of the LLVM developers taking a look at the code and advising me on
> what I need to do to make this happen.
Hi Tom,
Time is running short, but this would be great. The best place to start is to begin decomposing the mega-patch into individual pieces that makes sense. Do you have changes outside Target/AMDGPU? Those would be the be place to start.
Also, it would make more sense to name the directory lib/Target/R600 than AMDGPU (R600 isn't AMD's only GPU). :)
-Chris
More information about the llvm-commits
mailing list