[all-commits] [llvm/llvm-project] 14cc46: [X86] Adjust vector fp test costs to match int tes...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Mon May 30 01:50:30 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 14cc4674bf5ac848e4d2564c73aa68c28bbd5144
      https://github.com/llvm/llvm-project/commit/14cc4674bf5ac848e4d2564c73aa68c28bbd5144
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-05-30 (Mon, 30 May 2022)

  Changed paths:
    M llvm/lib/Target/X86/X86ScheduleZnver1.td
    M llvm/lib/Target/X86/X86ScheduleZnver2.td
    M llvm/test/tools/llvm-mca/X86/Znver1/resources-avx1.s
    M llvm/test/tools/llvm-mca/X86/Znver2/resources-avx1.s

  Log Message:
  -----------
  [X86] Adjust vector fp test costs to match int test costs

znver1/2 models were missing the vtestps/pd overrides to match the vptest integer equivalents.

Noticed while investigating Issue #54889




More information about the All-commits mailing list