diff options
author | Craig Topper <craig.topper@sifive.com> | 2023-05-22 12:46:25 -0700 |
---|---|---|
committer | Craig Topper <craig.topper@sifive.com> | 2023-05-22 12:46:25 -0700 |
commit | 490764985395c611720c30a2684ddaab485001ea (patch) | |
tree | fa252b2f518e1b261b04e0400a1b94f2e8b00112 /lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp | |
parent | 4c5b535439e842d33cfe50de8384f3d1ca055ab1 (diff) | |
download | llvm-490764985395c611720c30a2684ddaab485001ea.zip llvm-490764985395c611720c30a2684ddaab485001ea.tar.gz llvm-490764985395c611720c30a2684ddaab485001ea.tar.bz2 |
[RISCV] Fix some errors in the vector part of the scheduler model for SiFive7.
-FP compare latency was too high.
-Compare instructions need to increase latency to assume no chaining
to later instructions.
vmv.x.s, vmv.s.x, vfmv.f.s, and vfmv.s.f aren't 8 cycles. From the
the perspective of the vector pipeline they are only 4 cycles. Though
vector to scalar has a much higher latency from the perspective
of the scalar pipeline. Will need to adjust in the future.
Reviewed By: michaelmaitland
Differential Revision: https://reviews.llvm.org/D151136
Diffstat (limited to 'lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp')
0 files changed, 0 insertions, 0 deletions