diff options
author | Stanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com> | 2022-05-11 13:04:17 -0700 |
---|---|---|
committer | Stanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com> | 2022-05-16 11:23:35 -0700 |
commit | 332b73fe12c6b383168e03eddd92020d38bc7583 (patch) | |
tree | 35677589e536a7ece4b031306338dfd6b166c264 /llvm/lib/CodeGen/MachineModuleInfoImpls.cpp | |
parent | 5edd7665fd163555f1afe2187907eba95d24c11b (diff) | |
download | llvm-332b73fe12c6b383168e03eddd92020d38bc7583.zip llvm-332b73fe12c6b383168e03eddd92020d38bc7583.tar.gz llvm-332b73fe12c6b383168e03eddd92020d38bc7583.tar.bz2 |
[AMDGPU] Revert wide LDS DMA support.
This reverts ffbee7acdcaaf, see also bug 37653 which it was fixing.
The bug claims this is an undocumented feature which actually works.
In the reality it is documented as not working for a good reason.
It likely does something, but it is useless anyway. These instructions
write into the LDS. The LDS address is:
M0 + inst_offset + (TIDinWave * 4).
For a store wider than a DWORD neighboring lanes will overwrite each
other.
Differential Revision: https://reviews.llvm.org/D125409
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfoImpls.cpp')
0 files changed, 0 insertions, 0 deletions