OSDN Git Service

Start of a series of patches related to implicit_def.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 3 Apr 2008 16:36:07 +0000 (16:36 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 3 Apr 2008 16:36:07 +0000 (16:36 +0000)
commit8a50f1fcf0147d4ba959dc48066ddf281d5bc7e6
tree2ad2ef4aa60a7d25d17ddb0f0541df7d04f55498
parentc5412c58d2dd6c89e4b03c7c446d69a6b01e7a3f
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
include/llvm/CodeGen/ScheduleDAG.h
lib/CodeGen/SelectionDAG/ScheduleDAG.cpp