diff options
author | Andrea Di Biagio <Andrea_DiBiagio@sn.scee.net> | 2019-01-16 18:18:01 +0000 |
---|---|---|
committer | Andrea Di Biagio <Andrea_DiBiagio@sn.scee.net> | 2019-01-16 18:18:01 +0000 |
commit | c5f0f5309e3d849a76d733ae35f58565d1c4eb65 (patch) | |
tree | 108f6e17bc52adcb798daea01216a0cc87bdc955 /lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/main.cpp | |
parent | 5a2bbe267ac0e6ecc6155727b3193394dc786146 (diff) | |
download | bcm5719-llvm-c5f0f5309e3d849a76d733ae35f58565d1c4eb65.tar.gz bcm5719-llvm-c5f0f5309e3d849a76d733ae35f58565d1c4eb65.zip |
[X86][BtVer2] Update latency of horizontal operations.
On Jaguar, horizontal adds/subs have local forwarding disable.
That means, we pay a compulsory extra cycle of write-back stage, and the value
is not available until the end of that stage.
This patch changes the latency of horizontal operations by adding an extra
cycle. With this patch, latency numbers now match what is reported by perf.
I plan to send another patch to also 'fix' the latency of shuffle operations (on
Jaguar, local forwarding is disabled for vector shuffles too).
Differential Revision: https://reviews.llvm.org/D56777
llvm-svn: 351366
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/main.cpp')
0 files changed, 0 insertions, 0 deletions