diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2018-02-26 22:10:17 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2018-02-26 22:10:17 +0000 |
commit | 9929f907403381737207edcd03dc14e3020a6382 (patch) | |
tree | 62fd4028fedd982bb13f7ff5067852ee7d6a86dc /lldb/packages/Python/lldbsuite/test | |
parent | 781ef03e10120bf3b6a0770a1832a2e7fa37c079 (diff) | |
download | bcm5719-llvm-9929f907403381737207edcd03dc14e3020a6382.tar.gz bcm5719-llvm-9929f907403381737207edcd03dc14e3020a6382.zip |
[X86][SSE] Reduce FADD/FSUB/FMUL costs on later targets (PR36280)
Agner's tables indicate that for SSE42+ targets (Core2 and later) we can reduce the FADD/FSUB/FMUL costs down to 1, which should fix the Himeno benchmark.
Note: the AVX512 FDIV costs look rather dodgy, but this isn't part of this patch.
Differential Revision: https://reviews.llvm.org/D43733
llvm-svn: 326133
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions