| | | | --- | --- | | Bugzilla Link | [35388](https://llvm.org/bz35388) | | Resolution | FIXED | | Resolved on | Nov 27, 2017 09:35 | | Version | unspecified | | OS | All | | Blocks | llvm/llvm-project#33840 | | CC | @AndreyChurbanov,@tstellar | | Fixed by commit(s) | r318848 r319057 | ## Extended Description Power has a weak consistency model so we need memory barriers to make writes (both from runtime and from user code) available for all threads. https://reviews.llvm.org/rL318848