R600/SI: Avoid generating REGISTER_LOAD instructions.
authorTom Stellard <thomas.stellard@amd.com>
Tue, 5 Aug 2014 14:40:52 +0000 (14:40 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Tue, 5 Aug 2014 14:40:52 +0000 (14:40 +0000)
commit9a7e35aecc365830fac55f01ffd0adcab0b5a767
tree106caf91fb0a07682898e09f468a339787854f75
parentdeaa09e169bbb98e23754904f731f23eeac76702
R600/SI: Avoid generating REGISTER_LOAD instructions.

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@214865 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/AMDGPUISelLowering.cpp
test/CodeGen/R600/private-memory.ll