mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2026-07-23 12:15:49 -04:00
e7084f2810
LLVM does not have valid assembly backends for atomicrmw on local memory. However, as this memory is thread local, we should be able to lower this to the relevant load/store. Differential Revision: https://reviews.llvm.org/D98650