[PATCH] D20116: Add speculatable function attribute
    Matt Arsenault via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Mar 27 09:21:41 PDT 2017
    
    
  
arsenm updated this revision to Diff 93142.
arsenm added a comment.
Disallow on call sites
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
  test/Verifier/speculatable-callsite-invalid.ll
  test/Verifier/speculatable-callsite.ll
  utils/TableGen/CodeGenIntrinsics.h
  utils/TableGen/CodeGenTarget.cpp
  utils/TableGen/IntrinsicEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20116.93142.patch
Type: text/x-patch
Size: 14039 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170327/ea4bee57/attachment.bin>
    
    
More information about the llvm-commits
mailing list