aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Type.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-05-21 22:34:12 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-05-21 22:34:12 +0000
commitf4ea5103714fdb7ff9f88df6fd6325e8bef48e19 (patch)
tree329a3621c549c08c393bdfe3112016c4a44dcfc1 /include/llvm/Type.h
parent40db5d4539144aa086b60685a4dae324972fb23f (diff)
Fix PR2343. An *interesting* coalescer bug.
BB1: vr1025 = copy vr1024 .. BB2: vr1024 = op = op vr1025 <loop eventually branch back to BB1> Even though vr1025 is copied from vr1024, it's not safe to coalesced them since live range of vr1025 intersects the def of vr1024. This happens when vr1025 is assigned the value of the previous iteration of vr1024 in the loop. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51394 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Type.h')
0 files changed, 0 insertions, 0 deletions