From 46fb0dee03e00ed4616542b38de6bc7d1a6beab0 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 16 Sep 2009 16:33:59 +0000 Subject: Fix the comment in this test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82051 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/phi-merge-gep.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/Transforms/InstCombine/phi-merge-gep.ll') diff --git a/test/Transforms/InstCombine/phi-merge-gep.ll b/test/Transforms/InstCombine/phi-merge-gep.ll index 73c770e08c..2671749709 100644 --- a/test/Transforms/InstCombine/phi-merge-gep.ll +++ b/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: -- cgit v1.2.3