forked from OSchip/llvm-project
R600/SI: Add processor type for Mullins.
Reviewed-by: Tom Stellard <thomas.stellard@amd.com> Signed-off-by: Samuel Li <samuel.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> llvm-svn: 207846
This commit is contained in:
parent
3dbf1f8df0
commit
10b1502733
|
@ -106,3 +106,5 @@ def : Proc<"kabini", SI_Itin, [FeatureSeaIslands]>;
|
|||
def : Proc<"kaveri", SI_Itin, [FeatureSeaIslands]>;
|
||||
|
||||
def : Proc<"hawaii", SI_Itin, [FeatureSeaIslands]>;
|
||||
|
||||
def : Proc<"mullins", SI_Itin, [FeatureSeaIslands]>;
|
||||
|
|
Loading…
Reference in New Issue