[PATCH] D20116: Add nosideeffects function attribute

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 13 13:09:21 PDT 2016


tstellarAMD updated this revision to Diff 63848.
tstellarAMD updated the summary for this revision.
tstellarAMD added a comment.

Rebase on top of ToT, and clarify nosideeffects definition.


http://reviews.llvm.org/D20116

Files:
  docs/LangRef.rst
  include/llvm/Bitcode/LLVMBitCodes.h
  include/llvm/IR/Attributes.td
  include/llvm/IR/Function.h
  include/llvm/IR/Intrinsics.td
  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/intrinsics.ll
  test/Analysis/TypeBasedAliasAnalysis/functionattrs.ll
  test/Analysis/TypeBasedAliasAnalysis/intrinsics.ll
  test/Bitcode/attributes.ll
  test/Bitcode/compatibility-3.6.ll
  test/Bitcode/compatibility-3.7.ll
  test/Bitcode/compatibility-3.8.ll
  test/Bitcode/compatibility.ll
  test/Bitcode/ptest-new.ll
  test/Bitcode/ptest-old.ll
  test/CodeGen/AMDGPU/addrspacecast-constantexpr.ll
  test/CodeGen/AMDGPU/annotate-kernel-features-hsa.ll
  test/Feature/intrinsics.ll
  test/Transforms/BBVectorize/simple-int.ll
  test/Transforms/Inline/inline_invoke.ll
  test/Transforms/Inline/noalias-calls.ll
  test/Transforms/InstCombine/2012-04-23-Neon-Intrinsics.ll
  test/Transforms/MemCpyOpt/memcpy.ll
  test/Transforms/ObjCARC/nested.ll
  test/Transforms/SLPVectorizer/X86/call.ll
  utils/TableGen/CodeGenDAGPatterns.cpp
  utils/TableGen/CodeGenIntrinsics.h
  utils/TableGen/CodeGenTarget.cpp
  utils/TableGen/IntrinsicEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20116.63848.patch
Type: text/x-patch
Size: 24767 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160713/ddc431cf/attachment.bin>


More information about the llvm-commits mailing list