summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/AMDGPUISelLowering.cpp
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-08-16 01:12:06 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-08-16 01:12:06 +0000
commitd3ee8c103ae5fa145efa6d235f877c97967afcaa (patch)
treed31c0882996bc4fdb945b0d5114148cc1cc7a0bc /llvm/lib/Target/R600/AMDGPUISelLowering.cpp
parent6d1379e1800994bc877b33deaf19d13840cc844f (diff)
downloadbcm5719-llvm-d3ee8c103ae5fa145efa6d235f877c97967afcaa.tar.gz
bcm5719-llvm-d3ee8c103ae5fa145efa6d235f877c97967afcaa.zip
R600: Add support for i16 and i8 global stores
Tested-by: Aaron Watry <awatry@gmail.com> llvm-svn: 188519
Diffstat (limited to 'llvm/lib/Target/R600/AMDGPUISelLowering.cpp')
-rw-r--r--llvm/lib/Target/R600/AMDGPUISelLowering.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/R600/AMDGPUISelLowering.cpp b/llvm/lib/Target/R600/AMDGPUISelLowering.cpp
index 1e799988987..7ceab2df0ef 100644
--- a/llvm/lib/Target/R600/AMDGPUISelLowering.cpp
+++ b/llvm/lib/Target/R600/AMDGPUISelLowering.cpp
@@ -558,5 +558,6 @@ const char* AMDGPUTargetLowering::getTargetNodeName(unsigned Opcode) const {
NODE_NAME_CASE(SAMPLEB)
NODE_NAME_CASE(SAMPLED)
NODE_NAME_CASE(SAMPLEL)
+ NODE_NAME_CASE(STORE_MSKOR)
}
}
OpenPOWER on IntegriCloud