summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-04-05 23:31:40 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-04-05 23:31:40 +0000
commit60174bb9ca30d61ce838e4c09a441bc52b4fe4ab (patch)
tree67b6305dcf2e4fe605b04e73a9a92f31c5d1436b /llvm/lib
parent2f21c7e551e119de7c428eb649176ad581bfda70 (diff)
downloadbcm5719-llvm-60174bb9ca30d61ce838e4c09a441bc52b4fe4ab.tar.gz
bcm5719-llvm-60174bb9ca30d61ce838e4c09a441bc52b4fe4ab.zip
R600: Add RV670 processor
This is an R600 GPU with double support. Reviewed-by: Christian König <christian.koenig@amd.com> llvm-svn: 178929
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/R600/Processors.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/R600/Processors.td b/llvm/lib/Target/R600/Processors.td
index 3034c798826..b9229d499d1 100644
--- a/llvm/lib/Target/R600/Processors.td
+++ b/llvm/lib/Target/R600/Processors.td
@@ -15,6 +15,7 @@ class Proc<string Name, ProcessorItineraries itin, list<SubtargetFeature> Featur
: Processor<Name, itin, Features>;
def : Proc<"", R600_EG_Itin, [FeatureR600ALUInst]>;
def : Proc<"r600", R600_EG_Itin, [FeatureR600ALUInst]>;
+def : Proc<"rv670", R600_EG_Itin, [FeatureR600ALUInst, FeatureFP64]>;
def : Proc<"rv710", R600_EG_Itin, []>;
def : Proc<"rv730", R600_EG_Itin, []>;
def : Proc<"rv770", R600_EG_Itin, [FeatureFP64]>;
OpenPOWER on IntegriCloud