Add a quick pass to the stack slot colorer to eliminate some trivially redundant...
authorOwen Anderson <resistor@mac.com>
Fri, 20 Feb 2009 09:11:36 +0000 (09:11 +0000)
committerOwen Anderson <resistor@mac.com>
Fri, 20 Feb 2009 09:11:36 +0000 (09:11 +0000)
commit3b2c01723c2f7270e357f3b8502bb80572b3e644
tree99f2c22d9770f2b725568da7d04fb184a76c9e6a
parente7728425050f368604c7726060bdddada7da0bb1
Add a quick pass to the stack slot colorer to eliminate some trivially redundant spills after coloring.
Ideally these would never get created in the first place, but until we enhance the spiller to have a more
global picture of what's happening, this is necessary for code quality in some circumstances.

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