diff options
author | Stanislav Mekhanoshin <rampitec@users.noreply.github.com> | 2023-12-18 11:01:12 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-18 11:01:12 -0800 |
commit | e5c523e8610492b3256dde6856811b527b4dcb35 (patch) | |
tree | 8585ecb9d9896dfdd1d6f86b60de0d153cd57ef3 /libcxx/src/optional.cpp | |
parent | 94230ce548c2f69db4cf9ef92ccb51d59030e7e3 (diff) | |
download | llvm-e5c523e8610492b3256dde6856811b527b4dcb35.zip llvm-e5c523e8610492b3256dde6856811b527b4dcb35.tar.gz llvm-e5c523e8610492b3256dde6856811b527b4dcb35.tar.bz2 |
[AMDGPU] Produce better memoperand for LDS DMA (#75247)
1) It was marked as volatile. This is not needed and the only reason
it was done is because it is both load and store and handled
together with atomics. Global load to LDS was marked as volatile
just because buffer load was done that way.
2) Preserve at least LDS (store) pointer which we always have with
the intrinsics.
3) Use PoisonValue instead of nullptr for load memop as a Value.
Diffstat (limited to 'libcxx/src/optional.cpp')
0 files changed, 0 insertions, 0 deletions