Skip to content

Commit 79fd127

Browse files
committed
[X86] Add AMD Llano family detection
1 parent 7f65377 commit 79fd127

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/TargetParser/Host.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,6 +1050,7 @@ static const char *getAMDProcessorTypeAndSubtype(unsigned Family,
10501050
CPU = "k8";
10511051
break;
10521052
case 16:
1053+
case 18:
10531054
CPU = "amdfam10";
10541055
*Type = X86::AMDFAM10H; // "amdfam10"
10551056
switch (Model) {

0 commit comments

Comments
 (0)