make the tested feature (SSE2) explicit

llvm-svn: 230881
This commit is contained in:
Sanjay Patel 2015-02-28 23:55:24 +00:00
parent 02f4bbc588
commit 7aa7412a0b
1 changed files with 1 additions and 1 deletions

View File

@ -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.