[llvm] r241409 - [X86][SSE2] Just use an explicit SSE2 target attribute - not a cpu type.

Simon Pilgrim llvm-dev at redking.me.uk
Sun Jul 5 12:03:51 PDT 2015


Author: rksimon
Date: Sun Jul  5 14:03:51 2015
New Revision: 241409

URL: http://llvm.org/viewvc/llvm-project?rev=241409&view=rev
Log:
[X86][SSE2] Just use an explicit SSE2 target attribute - not a cpu type.

corei7 is capable of a lot more than just SSE2.... 

Modified:
    llvm/trunk/test/CodeGen/X86/sse2-vector-shifts.ll

Modified: llvm/trunk/test/CodeGen/X86/sse2-vector-shifts.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/sse2-vector-shifts.ll?rev=241409&r1=241408&r2=241409&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/sse2-vector-shifts.ll (original)
+++ llvm/trunk/test/CodeGen/X86/sse2-vector-shifts.ll Sun Jul  5 14:03:51 2015
@@ -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
 





More information about the llvm-commits mailing list