[PATCH] D20116: Add speculatable function attribute
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 15 06:36:35 PDT 2016
tstellarAMD updated this revision to Diff 64136.
tstellarAMD added a comment.
Fix wording in language ref and add a note about speculatable not implying
the function can be CSE'd.
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.64136.patch
Type: text/x-patch
Size: 11004 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160715/daf0eed8/attachment.bin>
More information about the llvm-commits
mailing list