diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/lsr-reuse-trunc.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/lsr-reuse-trunc.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/lsr-reuse-trunc.ll b/llvm/test/CodeGen/X86/lsr-reuse-trunc.ll index 1f87089f80e..276dab72f7c 100644 --- a/llvm/test/CodeGen/X86/lsr-reuse-trunc.ll +++ b/llvm/test/CodeGen/X86/lsr-reuse-trunc.ll @@ -1,5 +1,5 @@ -; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s -; RUN: llc < %s -mtriple=x86_64-win32 | FileCheck %s +; RUN: llc < %s -mtriple=x86_64-linux -mcpu=nehalem | FileCheck %s +; RUN: llc < %s -mtriple=x86_64-win32 -mcpu=nehalem | FileCheck %s ; Full strength reduction wouldn't reduce register pressure, so LSR should ; stick with indexing here. |