projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
825c884
)
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
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244255
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/AMDGPU/Processors.td
patch
|
blob
|
history
diff --git
a/lib/Target/AMDGPU/Processors.td
b/lib/Target/AMDGPU/Processors.td
index 69efb8b8bc435535596b8425f77905fe79859cb6..d9a0723bedc937f21c1860de9098350d3ca6a699 100644
(file)
--- a/
lib/Target/AMDGPU/Processors.td
+++ b/
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]
+>;