]> granicus.if.org Git - llvm/commit
[X86] Simplify the pentium4 code in getHostCPUName to be based on feature flags....
authorCraig Topper <craig.topper@intel.com>
Thu, 2 Nov 2017 19:13:34 +0000 (19:13 +0000)
committerCraig Topper <craig.topper@intel.com>
Thu, 2 Nov 2017 19:13:34 +0000 (19:13 +0000)
commit2bbdf002305de458a85a418024608a57183284fe
tree443f9c404e619d7ad769a8f1ecaa6dc14760f2b7
parent161385fddde9e408c5ec777889c24c435e811332
[X86] Simplify the pentium4 code in getHostCPUName to be based on feature flags. Don't use 'x86-64' ever.

'x86-64' has started to reflect a sort of generic tuning flag for more modern 64-bit CPUs. We probably shouldn't be using it as the name of an unidentifiable pentium4. So use nocona for all 64-bit pentium4s instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317230 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Host.cpp