diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/loop-strength-reduce-3.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/loop-strength-reduce-3.ll | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/loop-strength-reduce-3.ll b/llvm/test/CodeGen/X86/loop-strength-reduce-3.ll index e2d77f2a6fd..b1c9fb9c077 100644 --- a/llvm/test/CodeGen/X86/loop-strength-reduce-3.ll +++ b/llvm/test/CodeGen/X86/loop-strength-reduce-3.ll @@ -1,7 +1,8 @@ -; RUN: llc < %s -mtriple=i386-apple-darwin -mcpu=corei7 -relocation-model=dynamic-no-pic | FileCheck %s +; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=dynamic-no-pic | 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 |