[llvm-commits] [llvm] r63533 - /llvm/trunk/test/CodeGen/X86/vec_ins_extract.ll

Chris Lattner sabre at nondot.org
Mon Feb 2 10:15:33 PST 2009


Author: lattner
Date: Mon Feb  2 12:15:33 2009
New Revision: 63533

URL: http://llvm.org/viewvc/llvm-project?rev=63533&view=rev
Log:
xfail this for now, will fix shortly.

Modified:
    llvm/trunk/test/CodeGen/X86/vec_ins_extract.ll

Modified: llvm/trunk/test/CodeGen/X86/vec_ins_extract.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_ins_extract.ll?rev=63533&r1=63532&r2=63533&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_ins_extract.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_ins_extract.ll Mon Feb  2 12:15:33 2009
@@ -1,5 +1,6 @@
 ; RUN: llvm-as < %s | opt -scalarrepl -instcombine | \
 ; RUN:   llc -march=x86 -mcpu=yonah | not grep sub.*esp
+; XFAIL: *
 
 ; This checks that various insert/extract idiom work without going to the
 ; stack.





More information about the llvm-commits mailing list