[all-commits] [llvm/llvm-project] 648e18: [CostModel][X86] getIntrinsicInstrCost - convert t...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Sep 6 14:05:55 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 648e182d92441b39b62f2fc30473d12d25e6ce8b
https://github.com/llvm/llvm-project/commit/648e182d92441b39b62f2fc30473d12d25e6ce8b
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-09-06 (Tue, 06 Sep 2022)
Changed paths:
M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
M llvm/test/Analysis/CostModel/X86/intrinsic-cost-kinds.ll
Log Message:
-----------
[CostModel][X86] getIntrinsicInstrCost - convert to CostKindTblEntry
Begin the refactoring to use CostKindTblEntry and return real latency/codesize/sizelatency costs instead of reusing the throughput numbers
This should allow us to merge getTypeBasedIntrinsicInstrCost into getIntrinsicInstrCost and remove all remaining references
More information about the All-commits
mailing list