[all-commits] [llvm/llvm-project] 2538ad: [CostModel][X86] Add CostKinds handling for cttz
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Sep 19 07:57:25 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2538adde5c89d1786973e4b30b574af3f228bc74
https://github.com/llvm/llvm-project/commit/2538adde5c89d1786973e4b30b574af3f228bc74
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/cttz-codesize.ll
M llvm/test/Analysis/CostModel/X86/cttz-latency.ll
M llvm/test/Analysis/CostModel/X86/cttz-sizelatency.ll
M llvm/test/Analysis/CostModel/X86/cttz.ll
M llvm/test/Analysis/CostModel/X86/intrinsic-cost-kinds.ll
M llvm/test/Analysis/CostModel/X86/scalarize.ll
M llvm/test/Transforms/SLPVectorizer/X86/cttz.ll
Log Message:
-----------
[CostModel][X86] Add CostKinds handling for cttz
This was achieved with the 'cost-tables vs llvm-mca' script D103695
More information about the All-commits
mailing list