- Treat a live range defined by an implicit_def as a zero-sized one.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 3 Apr 2008 16:39:43 +0000 (16:39 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 3 Apr 2008 16:39:43 +0000 (16:39 +0000)
commit419852ca8a01aecde4c0e20af6b7bd6450e70f87
tree30095fdd0416929819bcb0a3364a25ff0834712b
parent576a27043d95d0b9b8a010bccfd38ed9c0afa739
- Treat a live range defined by an implicit_def as a zero-sized one.
- Eliminate an implicit_def when it's being spilled.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49166 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LiveIntervalAnalysis.h
lib/CodeGen/LiveIntervalAnalysis.cpp