[X86] Change the tuning settings for pentium4 to be more modern since its the default...
authorCraig Topper <craig.topper@intel.com>
Thu, 16 Jul 2020 18:20:57 +0000 (11:20 -0700)
committerCraig Topper <craig.topper@intel.com>
Thu, 16 Jul 2020 19:51:25 +0000 (12:51 -0700)
commitad171d24b92d8cf1a9e64567af74cea353b5bf5b
tree44878a43bb679f769dc8edd08235cc8498e3f33d
parent4fd91b0f946f49370a3ab33c480a807a3f48b247
[X86] Change the tuning settings for pentium4 to be more modern since its the default 32-bit cpu in clang

Alternative to D83897. I believe the big change here is that I removed slow unaligned memory 16

Down side that it may adversely effect tuning if someone explicitly targets -march=pentium4 and expects pentium4 tuned code. Of course pentium4 is so old our default behavior with the previous settings may not have been the best either.

Reviewed By: echristo, RKSimon

Differential Revision: https://reviews.llvm.org/D83913
llvm/lib/Target/X86/X86.td
llvm/test/CodeGen/X86/cfguard-x86-vectorcall.ll
llvm/test/CodeGen/X86/slow-unaligned-mem.ll
llvm/test/DebugInfo/COFF/fpo-shrink-wrap.ll
llvm/test/DebugInfo/COFF/types-array.ll