Skip to content

Commit

Permalink
Revert clearwater forest change
Browse files Browse the repository at this point in the history
  • Loading branch information
boomanaiden154 committed Jul 5, 2024
1 parent 8118dce commit 816f125
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions llvm/lib/TargetParser/Host.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -979,8 +979,7 @@ static const char *getIntelProcessorTypeAndSubtype(unsigned Family,
// Clearwaterforest:
case 0xdd:
CPU = "clearwaterforest";
*Type = X86::INTEL_COREI7;
*Subtype = X86::INTEL_CLEARWATERFOREST;
*Type = X86::INTEL_CLEARWATERFOREST;
break;

// Xeon Phi (Knights Landing + Knights Mill):
Expand Down

0 comments on commit 816f125

Please sign in to comment.