aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
diff options
context:
space:
mode:
authorChristudasan Devadasan <christudasan.devadasan@amd.com>2025-06-25 10:40:36 +0530
committerGitHub <noreply@github.com>2025-06-25 10:40:36 +0530
commit08b8d467d4253373e77a075c03e25281dee8ad15 (patch)
tree24df77198597f49cc282e7f1fb837f67341b5647 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
parentdeb3464192647501ee1ba8431ffad6aa4c68ef00 (diff)
downloadllvm-08b8d467d4253373e77a075c03e25281dee8ad15.zip
llvm-08b8d467d4253373e77a075c03e25281dee8ad15.tar.gz
llvm-08b8d467d4253373e77a075c03e25281dee8ad15.tar.bz2
[AMDGPU][GFX1250] Insert S_WAIT_XCNT for SMEM and VMEM load-stores (#145566)
This patch tracks the register operands of both VMEM (FLAT, MUBUF, MTBUF) and SMEM load-store operations and inserts a S_WAIT_XCNT instruction with sufficient wait-count before potentially redefining them. For VMEM instructions, XNACK is returned in the same order as they were issued and hence non-zero counter values can be inserted. However, SMEM execution is out-of-order and so is their XNACK reception. Thus, only zero counter value can be inserted to capture SMEM dependencies.
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp')
0 files changed, 0 insertions, 0 deletions