[all-commits] [llvm/llvm-project] 06e736: [CostModel][X86] getTypeBasedIntrinsicInstrCost - ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Sep 4 09:30:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 06e73626cf0fc33b025a0f98f1eee4a302279982
https://github.com/llvm/llvm-project/commit/06e73626cf0fc33b025a0f98f1eee4a302279982
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-09-04 (Sun, 04 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/costmodel.ll
M llvm/test/Analysis/CostModel/X86/fmaxnum-size-latency.ll
M llvm/test/Analysis/CostModel/X86/fminnum-size-latency.ll
M llvm/test/Analysis/CostModel/X86/intrinsic-cost-kinds.ll
M llvm/test/Transforms/PhaseOrdering/unsigned-multiply-overflow-check.ll
Log Message:
-----------
[CostModel][X86] getTypeBasedIntrinsicInstrCost - convert to CostKindTblEntry
Begin the refactoring to use CostKindTblEntry and return real latency/codesize/sizelatency costs instead of reusing the throughput numbers
More information about the All-commits
mailing list