Skip to content

Commit 10b1502

Browse files
committed
R600/SI: Add processor type for Mullins.
Reviewed-by: Tom Stellard <[email protected]> Signed-off-by: Samuel Li <[email protected]> Signed-off-by: Alex Deucher <[email protected]> llvm-svn: 207846
1 parent 3dbf1f8 commit 10b1502

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/lib/Target/R600/Processors.td

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,5 @@ def : Proc<"kabini", SI_Itin, [FeatureSeaIslands]>;
106106
def : Proc<"kaveri", SI_Itin, [FeatureSeaIslands]>;
107107

108108
def : Proc<"hawaii", SI_Itin, [FeatureSeaIslands]>;
109+
110+
def : Proc<"mullins", SI_Itin, [FeatureSeaIslands]>;

0 commit comments

Comments
 (0)