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, 2 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/loop-strength-reduce-3.ll b/llvm/test/CodeGen/X86/loop-strength-reduce-3.ll index b1c9fb9c077..e2d77f2a6fd 100644 --- a/llvm/test/CodeGen/X86/loop-strength-reduce-3.ll +++ b/llvm/test/CodeGen/X86/loop-strength-reduce-3.ll @@ -1,8 +1,7 @@ -; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=dynamic-no-pic | FileCheck %s +; RUN: llc < %s -mtriple=i386-apple-darwin -mcpu=corei7 -relocation-model=dynamic-no-pic | FileCheck %s ; CHECK: align -; CHECK: movl $4, -4(%ecx) -; CHECK: movl $5, (%ecx) +; CHECK: movlpd %xmm0, -4(%ecx) ; CHECK: addl $4, %ecx ; CHECK: decl %eax ; CHECK: jne |

