[all-commits] [llvm/llvm-project] edf885: [X86] Replace unnecessary int2float and float2doub...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sat Nov 5 12:07:18 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: edf885531e9e38fb127f6075373b706acef7b59c
      https://github.com/llvm/llvm-project/commit/edf885531e9e38fb127f6075373b706acef7b59c
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-11-05 (Sat, 05 Nov 2022)

  Changed paths:
    M llvm/lib/Target/X86/X86SchedBroadwell.td
    M llvm/lib/Target/X86/X86SchedHaswell.td
    M llvm/test/tools/llvm-mca/X86/Haswell/resources-sse1.s

  Log Message:
  -----------
  [X86] Replace unnecessary int2float and float2double overrides with better base class defs

Broadwell/Haswell were completely overriding the class defs - we can remove those overrides entirely by just choosing better class defs (plus a fix for missing mmx folded load).




More information about the All-commits mailing list