diff options
| author | Dan Gohman <gohman@apple.com> | 2009-09-16 16:33:59 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-09-16 16:33:59 +0000 |
| commit | e5acc61f0315c151b8f3055629e2f6dae24c106a (patch) | |
| tree | 3c4689b27b02008888249de3bf7f0d4fbbfc44b4 /llvm/test/Transforms | |
| parent | 20759ad54c8d0f20a84739528bf6efd06b0a1404 (diff) | |
| download | bcm5719-llvm-e5acc61f0315c151b8f3055629e2f6dae24c106a.tar.gz bcm5719-llvm-e5acc61f0315c151b8f3055629e2f6dae24c106a.zip | |
Fix the comment in this test.
llvm-svn: 82051
Diffstat (limited to 'llvm/test/Transforms')
| -rw-r--r-- | llvm/test/Transforms/InstCombine/phi-merge-gep.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/phi-merge-gep.ll b/llvm/test/Transforms/InstCombine/phi-merge-gep.ll index 73c770e08c8..26717497094 100644 --- a/llvm/test/Transforms/InstCombine/phi-merge-gep.ll +++ b/llvm/test/Transforms/InstCombine/phi-merge-gep.ll @@ -2,7 +2,8 @@ ; RUN: grep {= getelementptr} %t | count 20 ; RUN: grep {= phi} %t | count 13 -; Don't push the geps through these phis; they have multiple uses! +; Don't push the geps through these phis, because they would require +; two phis each, which burdens the loop with high register pressure. define void @foo(float* %Ar, float* %Ai, i64 %As, float* %Cr, float* %Ci, i64 %Cs, i64 %n) nounwind { entry: |

