| commit | dab7b06de971bffb7abced1ad1de9617311e3e8e | [log] [tgz] |
|---|---|---|
| author | Lang Hames <lhames@gmail.com> | Thu Jul 09 03:57:02 2009 +0000 |
| committer | Lang Hames <lhames@gmail.com> | Thu Jul 09 03:57:02 2009 +0000 |
| tree | 4e289365d7a57d4d96f20306fc40a9e0a546eccd | |
| parent | 117608b129bded5b9cb0dc65051d014fbcaf8769 [diff] |
Improved tracking of value number kills. VN kills are now represented as an (index,bool) pair. The bool flag records whether the kill is a PHI kill or not. This code will be used to enable splitting of live intervals containing PHI-kills. A slight change to live interval weights introduced an extra spill into lsr-code-insertion (outside the critical sections). The test condition has been updated to reflect this. llvm-svn: 75097