From dcdc4daa5df80f8f4bb593df165e55872ba3b689 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sat, 20 Jun 2009 00:40:56 +0000 Subject: Tweak this test to be a little less unusual. llvm-svn: 73808 --- llvm/test/Transforms/LoopStrengthReduce/quadradic-exit-value.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/test/Transforms/LoopStrengthReduce') diff --git a/llvm/test/Transforms/LoopStrengthReduce/quadradic-exit-value.ll b/llvm/test/Transforms/LoopStrengthReduce/quadradic-exit-value.ll index d15c2dc3135..be1372ded3a 100644 --- a/llvm/test/Transforms/LoopStrengthReduce/quadradic-exit-value.ll +++ b/llvm/test/Transforms/LoopStrengthReduce/quadradic-exit-value.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -analyze -iv-users -disable-output | grep {Stride i64 {1,+,2}:} +; RUN: llvm-as < %s | opt -analyze -iv-users -disable-output | grep {Stride i64 {3,+,2}:} ; The value of %r is dependent on a polynomial iteration expression. @@ -13,6 +13,6 @@ loop: br i1 %c, label %exit, label %loop exit: - %r = mul i64 %indvar, %indvar + %r = mul i64 %indvar.next, %indvar.next ret i64 %r } -- cgit v1.2.3