[PATCH] D158081: [IR] Add writable attribute

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 17 09:22:28 PDT 2023


nikic added a comment.

In D158081#4595846 <https://reviews.llvm.org/D158081#4595846>, @aeubanks wrote:

> can you explain the data race part more in the description?

This section from the atomic optimization guide describes the data race issue in some more detail: https://llvm.org/docs/Atomics.html#optimization-outside-atomic


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158081/new/

https://reviews.llvm.org/D158081



More information about the llvm-commits mailing list