diff options
Diffstat (limited to 'test/CodeGen/X86/vec_shift5.ll')
-rw-r--r-- | test/CodeGen/X86/vec_shift5.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_shift5.ll b/test/CodeGen/X86/vec_shift5.ll index 2e98003..499aa22 100644 --- a/test/CodeGen/X86/vec_shift5.ll +++ b/test/CodeGen/X86/vec_shift5.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=x86-64 -mcpu=corei7 -mattr=-sse4.1 < %s | FileCheck %s +; RUN: llc -march=x86-64 -mattr=+sse2 < %s | FileCheck %s ; Verify that we correctly fold target specific packed vector shifts by ; immediate count into a simple build_vector when the elements of the vector |