From 91b79125ecf9a215458a4caca629ad176863a64b Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Fri, 6 Mar 2015 20:38:55 +0000 Subject: [PATCH] fixed test to use SSE2 attribute git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231510 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/vec_shift5.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/vec_shift5.ll b/test/CodeGen/X86/vec_shift5.ll index 2e98003ae1c..499aa22de52 100644 --- a/test/CodeGen/X86/vec_shift5.ll +++ b/test/CodeGen/X86/vec_shift5.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=x86-64 -mcpu=corei7 -mattr=-sse4.1 < %s | FileCheck %s +; RUN: llc -march=x86-64 -mattr=+sse2 < %s | FileCheck %s ; Verify that we correctly fold target specific packed vector shifts by ; immediate count into a simple build_vector when the elements of the vector -- 2.34.1