mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 05:31:51 +00:00
R600/SI: Add processor type for Hawaii
Patch by: Alex Deucher Reviewed-by: Tom Stellard <thomas.stellard@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194752 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
849596ced4
commit
bdbcffa4af
@ -51,3 +51,4 @@ def : Proc<"hainan", SI_Itin, [FeatureSouthernIslands]>;
|
|||||||
def : Proc<"bonaire", SI_Itin, [FeatureSeaIslands]>;
|
def : Proc<"bonaire", SI_Itin, [FeatureSeaIslands]>;
|
||||||
def : Proc<"kabini", SI_Itin, [FeatureSeaIslands]>;
|
def : Proc<"kabini", SI_Itin, [FeatureSeaIslands]>;
|
||||||
def : Proc<"kaveri", SI_Itin, [FeatureSeaIslands]>;
|
def : Proc<"kaveri", SI_Itin, [FeatureSeaIslands]>;
|
||||||
|
def : Proc<"hawaii", SI_Itin, [FeatureSeaIslands]>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user