R600: Move code for generating REGISTER_LOAD into R600ISelLowering.cpp
authorTom Stellard <thomas.stellard@amd.com>
Fri, 1 Aug 2014 21:50:47 +0000 (21:50 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Fri, 1 Aug 2014 21:50:47 +0000 (21:50 +0000)
commit7f288b455eebcb61c5ecbade9323e4f610068d2a
tree25635edb1c29090466780a5c6a2d372222bb64ff
parentcdc41f5bcfa74987b016d42cde55f0d62a6f4c64
R600: Move code for generating REGISTER_LOAD into R600ISelLowering.cpp

SI doesn't use REGISTER_LOAD anymore, but it was still hitting this code
path for 8-bit and 16-bit private loads.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214566 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/AMDGPUISelLowering.cpp
lib/Target/R600/R600ISelLowering.cpp
test/CodeGen/R600/private-memory.ll