[all-commits] [llvm/llvm-project] b00fd3: [LangRef] Limit readnone, read/writeonly to memory ...

Florian Hahn via All-commits all-commits at lists.llvm.org
Mon Apr 25 03:33:38 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b00fd352777ddad22c8ca8d6704700f60999f5c9
      https://github.com/llvm/llvm-project/commit/b00fd352777ddad22c8ca8d6704700f60999f5c9
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2022-04-25 (Mon, 25 Apr 2022)

  Changed paths:
    M llvm/docs/LangRef.rst

  Log Message:
  -----------
  [LangRef] Limit readnone,read/writeonly to memory visible outside the fn

This patch unifies the wording used for readnone, readonly and writeonly
attributes. The definitions now more specifically refer to memory visible
outside the function

The motivation for the clarification is D123473.

Reviewed By: nlopes

Differential Revision: https://reviews.llvm.org/D124124




More information about the All-commits mailing list