summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/loop-strength-reduce.ll
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2012-09-30 07:17:56 +0000
committerNadav Rotem <nrotem@apple.com>2012-09-30 07:17:56 +0000
commit73fab91f2cd5fa3dbe4593506ac4a31aa3faf897 (patch)
tree91e463fd0509b2545b7bde7aac893736e625a5e6 /test/CodeGen/X86/loop-strength-reduce.ll
parente5f163a3b98a531c3ff35da0e97e7364c0e04b95 (diff)
downloadllvm-73fab91f2cd5fa3dbe4593506ac4a31aa3faf897.tar.gz
llvm-73fab91f2cd5fa3dbe4593506ac4a31aa3faf897.tar.bz2
llvm-73fab91f2cd5fa3dbe4593506ac4a31aa3faf897.tar.xz
Revert r164910 because it causes failures to several phase2 builds.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164911 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/loop-strength-reduce.ll')
-rw-r--r--test/CodeGen/X86/loop-strength-reduce.ll5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/CodeGen/X86/loop-strength-reduce.ll b/test/CodeGen/X86/loop-strength-reduce.ll
index d197451eee..42c6ac4983 100644
--- a/test/CodeGen/X86/loop-strength-reduce.ll
+++ b/test/CodeGen/X86/loop-strength-reduce.ll
@@ -1,7 +1,8 @@
-; RUN: llc < %s -march=x86 -mcpu=corei7 -relocation-model=static | FileCheck %s
+; RUN: llc < %s -march=x86 -relocation-model=static | FileCheck %s
; CHECK: align
-; CHECK: movlpd %xmm0, -4(%ecx)
+; CHECK: movl $4, -4(%ecx)
+; CHECK: movl $5, (%ecx)
; CHECK: addl $4, %ecx
; CHECK: decl %eax
; CHECK: jne