[all-commits] [llvm/llvm-project] 135c9b: [CostModel][X86] Add CostKinds handling for vector...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Mon Sep 19 08:44:32 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 135c9b2c4b47679dd978ca5534559ae66ddc0e6e
      https://github.com/llvm/llvm-project/commit/135c9b2c4b47679dd978ca5534559ae66ddc0e6e
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-09-19 (Mon, 19 Sep 2022)

  Changed paths:
    M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
    M llvm/test/Analysis/CostModel/X86/ctlz-codesize.ll
    M llvm/test/Analysis/CostModel/X86/ctlz-latency.ll
    M llvm/test/Analysis/CostModel/X86/ctlz-sizelatency.ll
    M llvm/test/Analysis/CostModel/X86/ctlz.ll
    M llvm/test/Analysis/CostModel/X86/intrinsic-cost-kinds.ll

  Log Message:
  -----------
  [CostModel][X86] Add CostKinds handling for vector ctlz instructions

This was achieved with the 'cost-tables vs llvm-mca' script D103695




More information about the All-commits mailing list