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

Akira Hatanaka via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 12 15:12:25 PDT 2015


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

This patch makes changes to add the "notail" marker to call instructions instead of using a function attribute.


http://reviews.llvm.org/D12923

Files:
  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/Bitcode/notail.ll
  test/Transforms/TailCallElim/notail.ll

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


More information about the llvm-commits mailing list