[all-commits] [llvm/llvm-project] d95dc5: [X86] Replace unnecessary int2double overrides wit...

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


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d95dc5bce9dfea001423e22a37e150d0b782012d
      https://github.com/llvm/llvm-project/commit/d95dc5bce9dfea001423e22a37e150d0b782012d
  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/lib/Target/X86/X86SchedSkylakeClient.td

  Log Message:
  -----------
  [X86] Replace unnecessary int2double overrides with a better WriteCvtI2PD def

Broadwell, Haswell and SkylakeClient were completely overriding the WriteCvtI2PD defs - we can remove those overrides entirely by replacing the unused WriteCvtI2PD values

There's plenty more of these in the scheduler models - I'm looking at improving warnings in llvm-tblgen to catch them all




More information about the All-commits mailing list