[all-commits] [llvm/llvm-project] 7c395f: [CostModel][x86] remove cost-kind predicate for in...
RotateRight via All-commits
all-commits at lists.llvm.org
Wed Oct 28 11:34:17 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7c395f31a63255fcb43e6cbebf66c3d642013087
https://github.com/llvm/llvm-project/commit/7c395f31a63255fcb43e6cbebf66c3d642013087
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-10-28 (Wed, 28 Oct 2020)
Changed paths:
M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
M llvm/test/Analysis/CostModel/X86/intrinsic-cost-kinds.ll
Log Message:
-----------
[CostModel][x86] remove cost-kind predicate for intrinsic costs
We model cost as number of instructions / uops, so it does not
make sense to treat size/blended costs any differently than
throughput.
More information about the All-commits
mailing list