- Remove the previous check which broke coalescer-commute3.ll
authorEvan Cheng <evan.cheng@apple.com>
Mon, 18 Feb 2008 18:56:31 +0000 (18:56 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 18 Feb 2008 18:56:31 +0000 (18:56 +0000)
commita9407f593778c3eff02dbb1fa11129865a59c6d3
tree5e2c1086f0947b846e43cdddfa3fce449c61733c
parent7c4e9a44a47742b7e28109d45b4fceda7d9e8032
- Remove the previous check which broke coalescer-commute3.ll
- For now, conservatively ignore copy MI whose source is a physical register. Commuting its def MI can cause a physical register live interval to be live through a loop (since we know it's live coming into the def MI).

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