diff options
author | Dan Gohman <gohman@apple.com> | 2010-01-22 00:46:49 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-01-22 00:46:49 +0000 |
commit | 045f81981a61d283af9d6df1050cef6e7c7ff629 (patch) | |
tree | 7ff3408b837589b02774ce51d2459763a668ad58 /llvm/test/CodeGen/X86/loop-strength-reduce8.ll | |
parent | f7b2fb51d191cb3fa668135a67c6b702c67d239e (diff) | |
download | bcm5719-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/loop-strength-reduce8.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/loop-strength-reduce8.ll | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/llvm/test/CodeGen/X86/loop-strength-reduce8.ll b/llvm/test/CodeGen/X86/loop-strength-reduce8.ll index 6b2247d1d61..e14cd8a99e3 100644 --- a/llvm/test/CodeGen/X86/loop-strength-reduce8.ll +++ b/llvm/test/CodeGen/X86/loop-strength-reduce8.ll @@ -1,10 +1,4 @@ -; RUN: llc < %s -mtriple=i386-apple-darwin | FileCheck %s - -; CHECK: leal 16(%eax), %edx -; CHECK: align -; CHECK: addl $4, %edx -; CHECK: decl %ecx -; CHECK: jne LBB1_2 +; RUN: llc < %s -mtriple=i386-apple-darwin | grep leal | not grep 16 %struct.CUMULATIVE_ARGS = type { i32, i32, i32, i32, i32, i32, i32 } %struct.bitmap_element = type { %struct.bitmap_element*, %struct.bitmap_element*, i32, [2 x i64] } |