Fixed a stack slot coloring with reg bug: do not update implicit use / def when doing...
authorEvan Cheng <evan.cheng@apple.com>
Tue, 12 May 2009 18:31:57 +0000 (18:31 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 12 May 2009 18:31:57 +0000 (18:31 +0000)
commit1ea7327845bcd0996425c9892730bf9b1f123f20
tree9d81ab4446c5ca4a40a7fa5eae2d82b12b213161
parent588764eb381743afd8b97a64d465bb432dc69890
Fixed a stack slot coloring with reg bug: do not update implicit use / def when doing forward / backward propagation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71574 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/StackSlotColoring.cpp
test/CodeGen/X86/stack-color-with-reg-2.ll [new file with mode: 0644]
test/CodeGen/X86/stack-color-with-reg.ll