[llvm] r231509 - fixed to test only the feature, not the feature and a CPU

Sanjay Patel spatel at rotateright.com
Fri Mar 6 12:34:20 PST 2015


Author: spatel
Date: Fri Mar  6 14:34:20 2015
New Revision: 231509

URL: http://llvm.org/viewvc/llvm-project?rev=231509&view=rev
Log:
fixed to test only the feature, not the feature and a CPU

Modified:
    llvm/trunk/test/CodeGen/X86/trunc-ext-ld-st.ll

Modified: llvm/trunk/test/CodeGen/X86/trunc-ext-ld-st.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/trunc-ext-ld-st.ll?rev=231509&r1=231508&r2=231509&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/trunc-ext-ld-st.ll (original)
+++ llvm/trunk/test/CodeGen/X86/trunc-ext-ld-st.ll Fri Mar  6 14:34:20 2015
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 -mcpu=corei7 -mattr=+sse4.1 | FileCheck %s
+; RUN: llc < %s -march=x86-64 -mattr=+sse4.1 | FileCheck %s
 
 ;CHECK-LABEL: load_2_i8:
 ; A single 16-bit load





More information about the llvm-commits mailing list