Changes in directory llvm/lib/Transforms/Scalar:
TailRecursionElimination.cpp updated: 1.23 -> 1.24
---
Log message:
Add a workaround for PR962: http://llvm.org/PR962 , disabling the more
aggressive form of this
transformation. This speeds up a C++ app 2.25x.
---
Diffs of the changes: (+8
Changes in directory llvm/lib/Transforms/Scalar:
TailRecursionElimination.cpp updated: 1.21 -> 1.22
---
Log message:
Implement Transforms/TailCallElim/return-undef.ll, a trivial case
that has been sitting in my inbox since May 18. :)
---
Diffs of the changes: (+1 -0)
TailRecursionEliminat