R600/SI: Initial local memory support
authorMichel Danzer <michel.daenzer@amd.com>
Wed, 10 Jul 2013 16:37:07 +0000 (16:37 +0000)
committerMichel Danzer <michel.daenzer@amd.com>
Wed, 10 Jul 2013 16:37:07 +0000 (16:37 +0000)
commit49812b5bbdfae112cca86dfe6d1cef251c039680
treeb5f71a39f35788eeabd402720f605034f9372610
parent1f87df365f321acc499196f01145372ba7fa8adf
R600/SI: Initial local memory support

Enough for the radeonsi driver to use it for calculating derivatives.

Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
llvm-svn: 186012
llvm/lib/Target/R600/AMDGPUAsmPrinter.cpp
llvm/lib/Target/R600/AMDGPUISelLowering.cpp
llvm/lib/Target/R600/R600ISelLowering.cpp
llvm/lib/Target/R600/SIDefines.h
llvm/lib/Target/R600/SIISelLowering.cpp
llvm/lib/Target/R600/SIInstructions.td
llvm/test/CodeGen/R600/local-memory-two-objects.ll [new file with mode: 0644]
llvm/test/CodeGen/R600/local-memory.ll