On last fix to the early tail duplication.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 9 Jun 2011 23:22:56 +0000 (23:22 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 9 Jun 2011 23:22:56 +0000 (23:22 +0000)
commit689d7d5dffc02993eef367be3380f2b4c49e434f
tree9be523098d9ab5ff722b749262a12c255ad994a8
parent6ad046814918e502cf804253af41250d35bea666
On last fix to the early tail duplication.

With this I am able to bootstrap clang with early tail duplication enabled
for any small bb and setting tail-dup-size to a relatively large value(8) to
stress this code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132816 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TailDuplication.cpp