[PATCH] D12923: Add support for function attribute "notail"

Akira Hatanaka via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 4 16:00:09 PST 2015


ahatanak updated this revision to Diff 39283.
ahatanak added a comment.

Added description in LangRef.

Let me know if you think there are changes I can make to improve it.


http://reviews.llvm.org/D12923

Files:
  docs/LangRef.rst
  include/llvm/IR/Instructions.h
  lib/AsmParser/LLLexer.cpp
  lib/AsmParser/LLParser.cpp
  lib/AsmParser/LLToken.h
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/IR/AsmWriter.cpp
  lib/Transforms/Scalar/TailRecursionElimination.cpp
  test/Bitcode/compatibility.ll
  test/Transforms/TailCallElim/notail.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12923.39283.patch
Type: text/x-patch
Size: 7020 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151105/e160b257/attachment.bin>


More information about the llvm-commits mailing list