* Update file header comment
authorChris Lattner <sabre@nondot.org>
Sun, 5 Oct 2003 04:26:39 +0000 (04:26 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 5 Oct 2003 04:26:39 +0000 (04:26 +0000)
commitafa060ea3ff93eb99bafd41e593707cee3b9afa3
treecd5a6dcac47a0721196bc5cde2304a8512d757a0
parent521c16aadd56503320f61ec0a78ca7fda130ee8f
* Update file header comment
*** Revamp the code which handled unreachable code in the function.  Now the
    code is much more efficient for high-degree basic blocks, such as those
    that occur in the 252.eon SPEC benchmark.

For the interested, the time to promote a SINGLE alloca in _ZN7mrScene4ReadERSi
function used to be > 3.5s.  Now it is < .075s.  The function has a LOT of
allocas in it, so it appeared to be infinite looping, this should make it much
nicer.  :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8863 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/PromoteMemoryToRegister.cpp