[llvm] r233515 - [X86] Move family 6 model 21 to 'pentium-m'. Near as I can tell this is a Dothan based SOC.
Craig Topper
craig.topper at gmail.com
Sun Mar 29 23:31:06 PDT 2015
Author: ctopper
Date: Mon Mar 30 01:31:06 2015
New Revision: 233515
URL: http://llvm.org/viewvc/llvm-project?rev=233515&view=rev
Log:
[X86] Move family 6 model 21 to 'pentium-m'. Near as I can tell this is a Dothan based SOC.
Modified:
llvm/trunk/lib/Support/Host.cpp
Modified: llvm/trunk/lib/Support/Host.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/Host.cpp?rev=233515&r1=233514&r2=233515&view=diff
==============================================================================
--- llvm/trunk/lib/Support/Host.cpp (original)
+++ llvm/trunk/lib/Support/Host.cpp Mon Mar 30 01:31:06 2015
@@ -301,6 +301,8 @@ StringRef sys::getHostCPUName() {
case 9: // Intel Pentium M processor, Intel Celeron M processor model 09.
case 13: // Intel Pentium M processor, Intel Celeron M processor, model
// 0Dh. All processors are manufactured using the 90 nm process.
+ case 21: // Intel EP80579 Integrated Processor and Intel EP80579
+ // Integrated Processor with Intel QuickAssist Technology
return "pentium-m";
case 14: // Intel Core Duo processor, Intel Core Solo processor, model
More information about the llvm-commits
mailing list