commit | 8f909345bcabd0cbcb99d01d23f1d77b8b1518ec | [log] [tgz] |
---|---|---|
author | David Goodwin <david_goodwin@apple.com> | Wed Sep 23 16:35:25 2009 +0000 |
committer | David Goodwin <david_goodwin@apple.com> | Wed Sep 23 16:35:25 2009 +0000 |
tree | 19c3dabc15bf50721871101df6554e3515ef228d | |
parent | 7bd19af7c38f4d37c2737ca4d22e5242fd7a13a4 [diff] |
Fix bug in kill flag updating for post-register-allocation scheduling. When the kill flag of a superreg needs to be cleared because there are one or more subregs live, we instead add implicit-defs of those subregs and leave the kill flag on the superreg. This allows us to end the live-range of the superreg without ending the live-ranges of the subregs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82629 91177308-0d34-0410-b5e6-96231b3b80d8