summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/iv-users-in-other-loops.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-01-22 00:46:49 +0000
committerDan Gohman <gohman@apple.com>2010-01-22 00:46:49 +0000
commit045f81981a61d283af9d6df1050cef6e7c7ff629 (patch)
tree7ff3408b837589b02774ce51d2459763a668ad58 /llvm/test/CodeGen/X86/iv-users-in-other-loops.ll
parentf7b2fb51d191cb3fa668135a67c6b702c67d239e (diff)
downloadbcm5719-llvm-045f81981a61d283af9d6df1050cef6e7c7ff629.tar.gz
bcm5719-llvm-045f81981a61d283af9d6df1050cef6e7c7ff629.zip
Revert LoopStrengthReduce.cpp to pre-r94061 for now.
llvm-svn: 94123
Diffstat (limited to 'llvm/test/CodeGen/X86/iv-users-in-other-loops.ll')
-rw-r--r--llvm/test/CodeGen/X86/iv-users-in-other-loops.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/X86/iv-users-in-other-loops.ll b/llvm/test/CodeGen/X86/iv-users-in-other-loops.ll
index 0410bc0d9a9..c695c29e068 100644
--- a/llvm/test/CodeGen/X86/iv-users-in-other-loops.ll
+++ b/llvm/test/CodeGen/X86/iv-users-in-other-loops.ll
@@ -1,11 +1,11 @@
; RUN: llc < %s -march=x86-64 -o %t
-; RUN: not grep inc %t
+; RUN: grep inc %t | count 1
; RUN: grep dec %t | count 2
-; RUN: grep addq %t | count 10
+; RUN: grep addq %t | count 13
; RUN: not grep addb %t
; RUN: grep leaq %t | count 9
-; RUN: grep leal %t | count 2
-; RUN: grep movq %t | count 10
+; RUN: grep leal %t | count 3
+; RUN: grep movq %t | count 5
; IV users in each of the loops from other loops shouldn't cause LSR
; to insert new induction variables. Previously it would create a
OpenPOWER on IntegriCloud