[all-commits] [llvm/llvm-project] 6941b1: [CostModel][X86] Add CostKinds to SSE42 fadd/fsub/...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Sep 2 08:35:23 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6941b1f6c129011bd6c9e8a4683a7fc6633bae32
https://github.com/llvm/llvm-project/commit/6941b1f6c129011bd6c9e8a4683a7fc6633bae32
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
Log Message:
-----------
[CostModel][X86] Add CostKinds to SSE42 fadd/fsub/fneg ops
These were missed in an earlier commit, the latency/codesize/size-latency numbers aren't different from the SSE2 values that it was falling through to, hence no test change, but it did mean we were wasting a lookup.
More information about the All-commits
mailing list