[llvm-commits] [llvm] r142229 - in /llvm/trunk/test/CodeGen/X86: mmx-pinsrw.ll widen_load-0.ll

Nadav Rotem nadav.rotem at intel.com
Mon Oct 17 12:45:38 PDT 2011


Author: nadav
Date: Mon Oct 17 14:45:38 2011
New Revision: 142229

URL: http://llvm.org/viewvc/llvm-project?rev=142229&view=rev
Log:
stabalize tests by specifying the exact sse level

Modified:
    llvm/trunk/test/CodeGen/X86/mmx-pinsrw.ll
    llvm/trunk/test/CodeGen/X86/widen_load-0.ll

Modified: llvm/trunk/test/CodeGen/X86/mmx-pinsrw.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/mmx-pinsrw.ll?rev=142229&r1=142228&r2=142229&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/mmx-pinsrw.ll (original)
+++ llvm/trunk/test/CodeGen/X86/mmx-pinsrw.ll Mon Oct 17 14:45:38 2011
@@ -1,4 +1,4 @@
-; RUN: llc < %s  -mtriple=x86_64-linux -mattr=+mmx,+sse2 | grep pinsr 
+; RUN: llc < %s  -mtriple=x86_64-linux -mcpu=corei7 | grep pinsr
 ; PR2562
 
 external global i16		; <i16*>:0 [#uses=1]

Modified: llvm/trunk/test/CodeGen/X86/widen_load-0.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/widen_load-0.ll?rev=142229&r1=142228&r2=142229&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/widen_load-0.ll (original)
+++ llvm/trunk/test/CodeGen/X86/widen_load-0.ll Mon Oct 17 14:45:38 2011
@@ -1,5 +1,5 @@
-; RUN: llc < %s -o - -mtriple=x86_64-linux | FileCheck %s
-; RUN: llc < %s -o - -mtriple=x86_64-win32 | FileCheck %s -check-prefix=WIN64
+; RUN: llc < %s -o - -mtriple=x86_64-linux -mcpu=corei7 | FileCheck %s
+; RUN: llc < %s -o - -mtriple=x86_64-win32 -mcpu=corei7 | FileCheck %s -check-prefix=WIN64
 ; PR4891
 
 ; Both loads should happen before either store.





More information about the llvm-commits mailing list