[all-commits] [llvm/llvm-project] 11765b: [CostModel][X86] Add CostKinds handling for fmul ops
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Sep 2 09:05:40 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 11765b77be84d793ebedc5b5436c463490746131
https://github.com/llvm/llvm-project/commit/11765b77be84d793ebedc5b5436c463490746131
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-09-02 (Fri, 02 Sep 2022)
Changed paths:
M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
M llvm/test/Analysis/CostModel/X86/arith-fp-latency.ll
M llvm/test/Analysis/CostModel/X86/arith-fp-sizelatency.ll
M llvm/test/Analysis/CostModel/X86/intrinsic-cost-kinds.ll
Log Message:
-----------
[CostModel][X86] Add CostKinds handling for fmul ops
This was achieved with an updated version of the 'cost-tables vs llvm-mca' script D103695
As we're using 'typical' worst case values, not all cost entries come from a single CPU - e.g. the latency/throughput from haswell but the size-latency(uops) from zen1/alderlake-e due to 'double pumping'
More information about the All-commits
mailing list