[PATCH] D35570: [ORE] Port TailRecursionElimination to the new API

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 18 09:56:15 PDT 2017


davide created this revision.

I still need to add tests, but I wanted to make sure first we agree this is the right way of using the new API.
Unfortunately, no tests fail if I remove the calls to the old API.
This is https://bugs.llvm.org/show_bug.cgi?id=33788


https://reviews.llvm.org/D35570

Files:
  lib/Transforms/Scalar/TailRecursionElimination.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35570.107123.patch
Type: text/x-patch
Size: 7462 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170718/ae510b80/attachment.bin>


More information about the llvm-commits mailing list