[PATCH] D12923: Add support for function attribute "notail"
Akira Hatanaka via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 6 15:58:16 PST 2015
This revision was automatically updated to reflect the committed changes.
Closed by commit rL252368: Add 'notail' marker for call instructions. (authored by ahatanak).
Changed prior to commit:
http://reviews.llvm.org/D12923?vs=39283&id=39606#toc
Repository:
rL LLVM
http://reviews.llvm.org/D12923
Files:
llvm/trunk/docs/LangRef.rst
llvm/trunk/include/llvm/IR/Instructions.h
llvm/trunk/lib/AsmParser/LLLexer.cpp
llvm/trunk/lib/AsmParser/LLParser.cpp
llvm/trunk/lib/AsmParser/LLToken.h
llvm/trunk/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/trunk/lib/Bitcode/Writer/BitcodeWriter.cpp
llvm/trunk/lib/IR/AsmWriter.cpp
llvm/trunk/lib/Transforms/Scalar/TailRecursionElimination.cpp
llvm/trunk/test/Bitcode/compatibility.ll
llvm/trunk/test/Transforms/TailCallElim/notail.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12923.39606.patch
Type: text/x-patch
Size: 7412 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151106/a4b73980/attachment.bin>
More information about the llvm-commits
mailing list