diff options
| author | Lang Hames <lhames@gmail.com> | 2009-07-09 03:57:02 +0000 |
|---|---|---|
| committer | Lang Hames <lhames@gmail.com> | 2009-07-09 03:57:02 +0000 |
| commit | dab7b06de971bffb7abced1ad1de9617311e3e8e (patch) | |
| tree | 4e289365d7a57d4d96f20306fc40a9e0a546eccd /llvm/test/CodeGen/ARM/lsr-code-insertion.ll | |
| parent | 117608b129bded5b9cb0dc65051d014fbcaf8769 (diff) | |
| download | bcm5719-llvm-dab7b06de971bffb7abced1ad1de9617311e3e8e.tar.gz bcm5719-llvm-dab7b06de971bffb7abced1ad1de9617311e3e8e.zip | |
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
Diffstat (limited to 'llvm/test/CodeGen/ARM/lsr-code-insertion.ll')
| -rw-r--r-- | llvm/test/CodeGen/ARM/lsr-code-insertion.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/lsr-code-insertion.ll b/llvm/test/CodeGen/ARM/lsr-code-insertion.ll index 3881e91453b..0a9227982d4 100644 --- a/llvm/test/CodeGen/ARM/lsr-code-insertion.ll +++ b/llvm/test/CodeGen/ARM/lsr-code-insertion.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -stats |& grep {39.*Number of machine instrs printed} +; RUN: llvm-as < %s | llc -stats |& grep {40.*Number of machine instrs printed} ; RUN: llvm-as < %s | llc -stats |& grep {.*Number of re-materialization} ; This test really wants to check that the resultant "cond_true" block only ; has a single store in it, and that cond_true55 only has code to materialize |

