From: Sanjay Patel Date: Sat, 28 Feb 2015 23:47:09 +0000 (+0000) Subject: fixed to test only the feature, not the feature and a CPU X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=be657e70b1b15a0ae98f58d7cccec97805fdb0c4;p=oota-llvm.git fixed to test only the feature, not the feature and a CPU git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230878 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/vselect.ll b/test/CodeGen/X86/vselect.ll index 71620af95da..2d10b902b6c 100644 --- a/test/CodeGen/X86/vselect.ll +++ b/test/CodeGen/X86/vselect.ll @@ -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.