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)
commit6aa0d5578d3fa713694f99e89fafb979de1b8778
tree490527f5dad1e49268593ce19b6de04845732e7d
parentd99b7932aeb66038e754131b6ad3e0040d991305
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>
llvm-svn: 184015
llvm/lib/Target/R600/R600ControlFlowFinalizer.cpp
llvm/lib/Target/R600/R600Instructions.td
llvm/test/CodeGen/R600/store.ll