From 434cb684a84d0bb9d1e77dd7d97b80dc809e2f2b Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Sun, 5 Jul 2015 19:03:51 +0000 Subject: [PATCH] [X86][SSE2] Just use an explicit SSE2 target attribute - not a cpu type. corei7 is capable of a lot more than just SSE2.... llvm-svn: 241409 --- llvm/test/CodeGen/X86/sse2-vector-shifts.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/X86/sse2-vector-shifts.ll b/llvm/test/CodeGen/X86/sse2-vector-shifts.ll index 7c8d5e578898..45028cf4bd37 100644 --- a/llvm/test/CodeGen/X86/sse2-vector-shifts.ll +++ b/llvm/test/CodeGen/X86/sse2-vector-shifts.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=x86_64-pc-linux -mattr=+sse2 -mcpu=corei7 | FileCheck %s +; RUN: llc < %s -mtriple=x86_64-pc-linux -mattr=+sse2 | FileCheck %s ; SSE2 Logical Shift Left