Fix a bad case in gzip where we put lots of things in registers across the
authorChris Lattner <sabre@nondot.org>
Tue, 16 Aug 2005 00:38:11 +0000 (00:38 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 16 Aug 2005 00:38:11 +0000 (00:38 +0000)
commit80b32b3aab369534a25cfab6d9b7447cc4a8ff1d
tree36c5755b88bef5c108319112b24a2be52e030c9b
parentff2006aa7421eaf2ce0b6282783c30ed87a2115e
Fix a bad case in gzip where we put lots of things in registers across the
loop, because a IV-dependent value was used outside of the loop and didn't
have immediate-folding capability

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22798 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LoopStrengthReduce.cpp