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

Sanjay Patel spatel at rotateright.com
Sat Feb 28 15:47:10 PST 2015


Author: spatel
Date: Sat Feb 28 17:47:09 2015
New Revision: 230878

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

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

Modified: llvm/trunk/test/CodeGen/X86/vselect.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vselect.ll?rev=230878&r1=230877&r2=230878&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vselect.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vselect.ll Sat Feb 28 17:47:09 2015
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple=x86_64-unknown-unknown -mcpu=corei7 -mattr=-sse4.1 < %s | FileCheck %s
+; RUN: llc -mtriple=x86_64-unknown-unknown -mattr=-sse4.1 < %s | FileCheck %s
 
 ; Verify that we don't emit packed vector shifts instructions if the
 ; condition used by the vector select is a vector of constants.





More information about the llvm-commits mailing list