[llvm] r228534 - fix test attributes; these are SSE2 tests, not Nehalem tests

Sanjay Patel spatel at rotateright.com
Sun Feb 8 11:50:56 PST 2015


Author: spatel
Date: Sun Feb  8 13:50:55 2015
New Revision: 228534

URL: http://llvm.org/viewvc/llvm-project?rev=228534&view=rev
Log:
fix test attributes; these are SSE2 tests, not Nehalem tests

Modified:
    llvm/trunk/test/CodeGen/X86/x86-shifts.ll

Modified: llvm/trunk/test/CodeGen/X86/x86-shifts.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/x86-shifts.ll?rev=228534&r1=228533&r2=228534&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/x86-shifts.ll (original)
+++ llvm/trunk/test/CodeGen/X86/x86-shifts.ll Sun Feb  8 13:50:55 2015
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 -mcpu=corei7 | FileCheck %s
+; RUN: llc < %s -march=x86-64 -mattr=sse2 | FileCheck %s
 
 ; Splat patterns below
 





More information about the llvm-commits mailing list