R600: Use EXPORT_RAT_INST_STORE_DWORD for stores on Cayman
authorTom Stellard <thomas.stellard@amd.com>
Fri, 14 Jun 2013 22:12:24 +0000 (22:12 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Fri, 14 Jun 2013 22:12:24 +0000 (22:12 +0000)
commit4efccd0fb17c9eca776b37b82790c82d772fafc6
tree32251bc363ba7b5581dee91b2c965ab1659c126d
parentc30b232349b44dcd158eaa5b4e8599615ae8144e
R600: Use EXPORT_RAT_INST_STORE_DWORD for stores on Cayman

We were using RAT_INST_STORE_RAW, which seemed to work, but the docs
say this instruction doesn't exist for Cayman, so it's probably safer
to use a documented instruction instead.

Reviewed-by: Vincent Lejeune<vljn at ovi.com>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184015 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/R600ControlFlowFinalizer.cpp
lib/Target/R600/R600Instructions.td
test/CodeGen/R600/store.ll