commit | 8a50f1fcf0147d4ba959dc48066ddf281d5bc7e6 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Thu Apr 03 16:36:07 2008 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Thu Apr 03 16:36:07 2008 +0000 |
tree | 2ad2ef4aa60a7d25d17ddb0f0541df7d04f55498 | |
parent | c5412c58d2dd6c89e4b03c7c446d69a6b01e7a3f [diff] |
Start of a series of patches related to implicit_def. There is no point in creating a long live range defined by an implicit_def. Scheduler now duplicates implicit_def instruction for each of its uses. Therefore, if an implicit_def node has multiple uses, it will become a number of very short live ranges, rather than a long one. This will make coalescer's job easier. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49164 91177308-0d34-0410-b5e6-96231b3b80d8