mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-13 16:03:58 +00:00
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> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207846 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ab2fed6622
commit
c192d8a569
@ -106,3 +106,5 @@ def : Proc<"kabini", SI_Itin, [FeatureSeaIslands]>;
|
|||||||
def : Proc<"kaveri", SI_Itin, [FeatureSeaIslands]>;
|
def : Proc<"kaveri", SI_Itin, [FeatureSeaIslands]>;
|
||||||
|
|
||||||
def : Proc<"hawaii", SI_Itin, [FeatureSeaIslands]>;
|
def : Proc<"hawaii", SI_Itin, [FeatureSeaIslands]>;
|
||||||
|
|
||||||
|
def : Proc<"mullins", SI_Itin, [FeatureSeaIslands]>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user