diff options
author | Christudasan Devadasan <christudasan.devadasan@amd.com> | 2025-06-25 10:40:36 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-25 10:40:36 +0530 |
commit | 08b8d467d4253373e77a075c03e25281dee8ad15 (patch) | |
tree | 24df77198597f49cc282e7f1fb837f67341b5647 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp | |
parent | deb3464192647501ee1ba8431ffad6aa4c68ef00 (diff) | |
download | llvm-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