[PATCH] D158081: [IR] Add writable attribute

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 24 09:58:57 PDT 2023


aeubanks added inline comments.


================
Comment at: llvm/docs/LangRef.rst:1540-1541
+
+    In that case, the attribute indicates that the first ``N`` bytes will be
+    (non-atomically) loaded and stored back on entry to the function.
+
----------------
is this part necessary? or can we just defer to the next paragraph for what this attribute allows?


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

https://reviews.llvm.org/D158081



More information about the llvm-commits mailing list