[llvm] r228835 - fixed to test features, not CPUs

Sanjay Patel spatel at rotateright.com
Wed Feb 11 07:00:19 PST 2015


Author: spatel
Date: Wed Feb 11 09:00:19 2015
New Revision: 228835

URL: http://llvm.org/viewvc/llvm-project?rev=228835&view=rev
Log:
fixed to test features, not CPUs

Modified:
    llvm/trunk/test/CodeGen/X86/vec_fneg.ll

Modified: llvm/trunk/test/CodeGen/X86/vec_fneg.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_fneg.ll?rev=228835&r1=228834&r2=228835&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_fneg.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_fneg.ll Wed Feb 11 09:00:19 2015
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=corei7 | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=sse | FileCheck %s
 
 ; FNEG is defined as subtraction from -0.0.
 





More information about the llvm-commits mailing list