projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
217361c
)
AMDGPU/SI: Add Fiji support
author
Tom Stellard
<thomas.stellard@amd.com>
Thu, 6 Aug 2015 19:43:02 +0000
(19:43 +0000)
committer
Tom Stellard
<thomas.stellard@amd.com>
Thu, 6 Aug 2015 19:43:02 +0000
(19:43 +0000)
Patch by: Alex Deucher
llvm-svn: 244255
llvm/lib/Target/AMDGPU/Processors.td
patch
|
blob
|
history
diff --git
a/llvm/lib/Target/AMDGPU/Processors.td
b/llvm/lib/Target/AMDGPU/Processors.td
index
69efb8b
..
d9a0723
100644
(file)
--- a/
llvm/lib/Target/AMDGPU/Processors.td
+++ b/
llvm/lib/Target/AMDGPU/Processors.td
@@
-138,3
+138,7
@@
def : ProcessorModel<"iceland", SIQuarterSpeedModel,
def : ProcessorModel<"carrizo", SIQuarterSpeedModel,
[FeatureVolcanicIslands, FeatureISAVersion8_0_1]
>;
+
+def : ProcessorModel<"fiji", SIQuarterSpeedModel,
+ [FeatureVolcanicIslands, FeatureISAVersion8_0_1]
+>;