[all-commits] [llvm/llvm-project] 23cb1c: [CostModel][X86] Update throughput costs for CTLZ ops
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Sep 16 08:57:13 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 23cb1c42cd2008169193d7d531b5861d8acbe819
https://github.com/llvm/llvm-project/commit/23cb1c42cd2008169193d7d531b5861d8acbe819
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-09-16 (Fri, 16 Sep 2022)
Changed paths:
M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
M llvm/test/Analysis/CostModel/X86/ctlz.ll
M llvm/test/Analysis/CostModel/X86/intrinsic-cost-kinds.ll
M llvm/test/Transforms/SLPVectorizer/X86/ctlz.ll
Log Message:
-----------
[CostModel][X86] Update throughput costs for CTLZ ops
This was achieved with an updated version of the 'cost-tables vs llvm-mca' script D103695 (and recent fixes to the bdver2 + alderlake models)
Adding full CostKinds costs are affecting some other tests as they make assumptions about SizeLatency costs, so they need addressing first
More information about the All-commits
mailing list