From: Simon Pilgrim Date: Sun, 5 Jul 2015 19:03:51 +0000 (+0000) Subject: [X86][SSE2] Just use an explicit SSE2 target attribute - not a cpu type. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5fd4fe08f6f5126edfb23c5c84aa90ec22281761;p=oota-llvm.git [X86][SSE2] Just use an explicit SSE2 target attribute - not a cpu type. corei7 is capable of a lot more than just SSE2.... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241409 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/sse2-vector-shifts.ll b/test/CodeGen/X86/sse2-vector-shifts.ll index 7c8d5e57889..45028cf4bd3 100644 --- a/test/CodeGen/X86/sse2-vector-shifts.ll +++ b/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