diff options
author | Stanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com> | 2017-09-13 22:20:47 +0000 |
---|---|---|
committer | Stanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com> | 2017-09-13 22:20:47 +0000 |
commit | 7fe9a5d9b423a156aeb95d4729be9865915801d9 (patch) | |
tree | a297f27489662d3e33c5508584326f2ffd190166 /lldb/source/Commands/CommandObjectThread.cpp | |
parent | 3ae35eb56b11ec27bc2fcba6aeeebaf7615bd6c8 (diff) | |
download | bcm5719-llvm-7fe9a5d9b423a156aeb95d4729be9865915801d9.tar.gz bcm5719-llvm-7fe9a5d9b423a156aeb95d4729be9865915801d9.zip |
Allow target to decide when to cluster loads/stores in misched
MachineScheduler when clustering loads or stores checks if base
pointers point to the same memory. This check is done through
comparison of base registers of two memory instructions. This
works fine when instructions have separate offset operand. If
they require a full calculated pointer such instructions can
never be clustered according to such logic.
Changed shouldClusterMemOps to accept base registers as well and
let it decide what to do about it.
Differential Revision: https://reviews.llvm.org/D37698
llvm-svn: 313208
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions