[PATCH] D52238: [CodeGen] Enable tail calls for functions with NonNull attributes.

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 19 04:42:31 PDT 2018


dmgreen updated this revision to Diff 166091.
dmgreen added a comment.

Added a tailcall duplication opt test to Transforms/CodeGenPrepare.


https://reviews.llvm.org/D52238

Files:
  lib/CodeGen/Analysis.cpp
  lib/CodeGen/CodeGenPrepare.cpp
  lib/CodeGen/SelectionDAG/TargetLowering.cpp
  test/CodeGen/ARM/tail-call.ll
  test/Transforms/CodeGenPrepare/ARM/dup-for-tail-call.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52238.166091.patch
Type: text/x-patch
Size: 5205 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180919/7fadf2d0/attachment.bin>


More information about the llvm-commits mailing list