From 7aa7412a0bf3326ca99f17249511f7b507636a63 Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Sat, 28 Feb 2015 23:55:24 +0000 Subject: [PATCH] make the tested feature (SSE2) explicit llvm-svn: 230881 --- llvm/test/CodeGen/X86/vselect.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/X86/vselect.ll b/llvm/test/CodeGen/X86/vselect.ll index 2d10b90..8c80928 100644 --- a/llvm/test/CodeGen/X86/vselect.ll +++ b/llvm/test/CodeGen/X86/vselect.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple=x86_64-unknown-unknown -mattr=-sse4.1 < %s | FileCheck %s +; RUN: llc -mtriple=x86_64-unknown-unknown -mattr=+sse2,-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. -- 2.7.4