[PATCH] D20116: Add speculatable function attribute

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 15 13:28:22 PDT 2016


tstellarAMD updated this revision to Diff 64188.
tstellarAMD added a comment.

Replace the term CSE'd in the language ref with a more precise definition.

I reworded Hal's suggested description slightly to try to emphisize the
fact that it's talking about the *number* of calls being externally
observable, not just that the call itself is externally observable.


https://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/Bitcode/attributes.ll
  test/Bitcode/compatibility.ll
  utils/TableGen/CodeGenIntrinsics.h
  utils/TableGen/CodeGenTarget.cpp
  utils/TableGen/IntrinsicEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20116.64188.patch
Type: text/x-patch
Size: 11101 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160715/26612f5c/attachment.bin>


More information about the llvm-commits mailing list