[all-commits] [llvm/llvm-project] 92d3e7: [X86] Change pentium4 tuning settings and schedule...

topperc via All-commits all-commits at lists.llvm.org
Wed Aug 26 15:46:56 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 92d3e70df3ccb9e6528f0c95bae48c0a8f9b703b
      https://github.com/llvm/llvm-project/commit/92d3e70df3ccb9e6528f0c95bae48c0a8f9b703b
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2020-08-26 (Wed, 26 Aug 2020)

  Changed paths:
    M llvm/lib/Target/X86/X86.td
    M llvm/test/CodeGen/X86/cfguard-x86-vectorcall.ll
    M llvm/test/CodeGen/X86/cmov-fp.ll
    M llvm/test/CodeGen/X86/post-ra-sched.ll
    M llvm/test/CodeGen/X86/pr34088.ll
    M llvm/test/CodeGen/X86/pr40539.ll
    M llvm/test/CodeGen/X86/slow-unaligned-mem.ll
    M llvm/test/DebugInfo/COFF/fpo-shrink-wrap.ll
    M llvm/test/DebugInfo/COFF/fpo-stack-protect.ll
    M llvm/test/DebugInfo/COFF/types-array.ll

  Log Message:
  -----------
  [X86] Change pentium4 tuning settings and scheduler model back to their values before D83913.

Clang now defaults to -march=pentium4 -mtune=generic so we don't
need modern tune settings on pentium4.




More information about the All-commits mailing list