[llvm] r231510 - fixed test to use SSE2 attribute
Sanjay Patel
spatel at rotateright.com
Fri Mar 6 12:38:55 PST 2015
Author: spatel
Date: Fri Mar 6 14:38:55 2015
New Revision: 231510
URL: http://llvm.org/viewvc/llvm-project?rev=231510&view=rev
Log:
fixed test to use SSE2 attribute
Modified:
llvm/trunk/test/CodeGen/X86/vec_shift5.ll
Modified: llvm/trunk/test/CodeGen/X86/vec_shift5.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_shift5.ll?rev=231510&r1=231509&r2=231510&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_shift5.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_shift5.ll Fri Mar 6 14:38:55 2015
@@ -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
More information about the llvm-commits
mailing list