[PATCH] D158081: [IR] Add writable attribute
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 31 12:38:05 PDT 2023
aeubanks added inline comments.
================
Comment at: llvm/docs/LangRef.rst:1544
+ This implies that it's possible to introduce spurious stores on entry to
+ the function without introducing traps or data races. This does not
+ necessarily hold throughout the whole function, as the pointer may escape
----------------
perhaps link to 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