[PATCH] D26270: Avoid tail recursion elimination across calls with operand bundles

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 2 22:14:20 PDT 2016


sanjoy updated this revision to Diff 76815.
sanjoy added a comment.

Address review: don't block TRE on funclet operand bundles.


https://reviews.llvm.org/D26270

Files:
  include/llvm/IR/InstrTypes.h
  lib/Transforms/Scalar/TailRecursionElimination.cpp
  test/Transforms/TailCallElim/operand-bundles.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26270.76815.patch
Type: text/x-patch
Size: 2887 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161103/2cad64ed/attachment.bin>


More information about the llvm-commits mailing list