[llvm-commits] [llvm] r115257 - in /llvm/trunk/test/CodeGen/X86: mmx-punpckhdq.ll vec_insert-7.ll

Dale Johannesen dalej at apple.com
Thu Sep 30 17:59:21 PDT 2010


Author: johannes
Date: Thu Sep 30 19:59:21 2010
New Revision: 115257

URL: http://llvm.org/viewvc/llvm-project?rev=115257&view=rev
Log:
Disable these tests for now; it's not obvious why they fail on Linux.


Modified:
    llvm/trunk/test/CodeGen/X86/mmx-punpckhdq.ll
    llvm/trunk/test/CodeGen/X86/vec_insert-7.ll

Modified: llvm/trunk/test/CodeGen/X86/mmx-punpckhdq.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/mmx-punpckhdq.ll?rev=115257&r1=115256&r2=115257&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/mmx-punpckhdq.ll (original)
+++ llvm/trunk/test/CodeGen/X86/mmx-punpckhdq.ll Thu Sep 30 19:59:21 2010
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=x86 -mattr=+mmx | grep pextrd
-; RUN: llc < %s -march=x86 -mattr=+mmx | grep punpckhdq | count 1
+; RRUN: llc < %s -march=x86 -mattr=+mmx | grep pextrd
+; RRUN: llc < %s -march=x86 -mattr=+mmx | grep punpckhdq | count 1
 ; There are no MMX operations in bork; promoted to XMM.
 
 define void @bork(<1 x i64>* %x) {

Modified: llvm/trunk/test/CodeGen/X86/vec_insert-7.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_insert-7.ll?rev=115257&r1=115256&r2=115257&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_insert-7.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_insert-7.ll Thu Sep 30 19:59:21 2010
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -mattr=+mmx,+sse -mtriple=i686-apple-darwin9 -o - | grep pinsrd | count 2
+; RRUN: llc < %s -march=x86 -mattr=+mmx,+sse -mtriple=i686-apple-darwin9 -o - | grep pinsrd | count 2
 ; MMX insertelement is not available; these are promoted to XMM.
 ; (Without SSE they are split to two ints, and the code is much better.)
 





More information about the llvm-commits mailing list