[X86] Remove model number based detection for 'pentiumpro', 'pentium2', 'pentium3...
authorCraig Topper <craig.topper@intel.com>
Sun, 12 Jul 2020 19:58:23 +0000 (12:58 -0700)
committerCraig Topper <craig.topper@intel.com>
Sun, 12 Jul 2020 19:59:25 +0000 (12:59 -0700)
commit90c577a113e97212e02d5956d6db45e701e3552f
tree17b234e55cd5c81b04b43da3a2b9d60cac709770
parentea84dc9500df383b4fe07199134033f358411e59
[X86] Remove model number based detection for 'pentiumpro', 'pentium2', 'pentium3', 'pentium-m', and 'yonah' from getHostCPUName.

For model 6 CPUs, we have a fallback detection method based on
available features. That mechanism should be enough to detect
these early family 6 CPUs as they only differ in the features
used by the detection anyway.
llvm/lib/Support/Host.cpp