[llvm] [LangRef] Relax semantics of writeonly / memory(write) (PR #95238)
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 12 10:48:07 PDT 2024
================
@@ -1973,6 +1975,21 @@ example:
- ``memory(readwrite, argmem: none)``: May access any memory apart from
argument memory.
+ The supported access kinds are:
+
+ - ``readwrite``: Any kind of access to the location is allowed.
+ - ``read``: The location is only read. Writing the location is immediate
----------------
aeubanks wrote:
"writing the location" -> "writing to the location"
https://github.com/llvm/llvm-project/pull/95238
More information about the llvm-commits
mailing list