[PATCH] D18714: Add writeonly IR attribute

Nicolai Hähnle via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 1 16:35:06 PDT 2016


nhaehnle updated this revision to Diff 52444.
nhaehnle added a comment.

onlyWritesMemory -> doesNotReadMemory

Clarify the comment on the WriteOnly intrinsic argument property.


http://reviews.llvm.org/D18714

Files:
  docs/LangRef.rst
  include/llvm/Analysis/AliasAnalysis.h
  include/llvm/Bitcode/LLVMBitCodes.h
  include/llvm/IR/Attributes.td
  include/llvm/IR/CallSite.h
  include/llvm/IR/Function.h
  include/llvm/IR/Instructions.h
  include/llvm/IR/Intrinsics.td
  lib/Analysis/AliasAnalysis.cpp
  lib/Analysis/BasicAliasAnalysis.cpp
  lib/AsmParser/LLLexer.cpp
  lib/AsmParser/LLParser.cpp
  lib/AsmParser/LLToken.h
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/IR/Attributes.cpp
  lib/IR/Verifier.cpp
  test/Analysis/BasicAA/cs-cs.ll
  test/Bitcode/attributes.ll
  test/Bitcode/compatibility.ll
  test/Transforms/ObjCARC/nested.ll
  utils/TableGen/CodeGenIntrinsics.h
  utils/TableGen/CodeGenTarget.cpp
  utils/TableGen/IntrinsicEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18714.52444.patch
Type: text/x-patch
Size: 25050 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160401/cf534093/attachment.bin>


More information about the llvm-commits mailing list