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

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


Author: spatel
Date: Wed Feb 11 09:00:41 2015
New Revision: 228836

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

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

Modified: llvm/trunk/test/CodeGen/X86/vec_fabs.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_fabs.ll?rev=228836&r1=228835&r2=228836&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_fabs.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_fabs.ll Wed Feb 11 09:00:41 2015
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=corei7-avx | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=avx | FileCheck %s
 
 
 define <2 x double> @fabs_v2f64(<2 x double> %p)





More information about the llvm-commits mailing list