mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
R600/SI: Add processor types for each CIK variant
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@185209 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cf79522249
commit
74cf767093
@ -48,3 +48,6 @@ def : Proc<"pitcairn", SI_Itin, [FeatureSouthernIslands]>;
|
||||
def : Proc<"verde", SI_Itin, [FeatureSouthernIslands]>;
|
||||
def : Proc<"oland", SI_Itin, [FeatureSouthernIslands]>;
|
||||
def : Proc<"hainan", SI_Itin, [FeatureSouthernIslands]>;
|
||||
def : Proc<"bonaire", SI_Itin, [FeatureSouthernIslands]>;
|
||||
def : Proc<"kabini", SI_Itin, [FeatureSouthernIslands]>;
|
||||
def : Proc<"kaveri", SI_Itin, [FeatureSouthernIslands]>;
|
Loading…
x
Reference in New Issue
Block a user