diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/loop-strength-reduce.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/loop-strength-reduce.ll | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/loop-strength-reduce.ll b/llvm/test/CodeGen/X86/loop-strength-reduce.ll index d197451eee3..42c6ac4983d 100644 --- a/llvm/test/CodeGen/X86/loop-strength-reduce.ll +++ b/llvm/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 |