[llvm-commits] [llvm] r47355 - /llvm/trunk/test/CodeGen/X86/test-nofold.ll

Evan Cheng evan.cheng at apple.com
Tue Feb 19 18:38:58 PST 2008


Author: evancheng
Date: Tue Feb 19 20:38:58 2008
New Revision: 47355

URL: http://llvm.org/viewvc/llvm-project?rev=47355&view=rev
Log:
XFAIL this for now.

Modified:
    llvm/trunk/test/CodeGen/X86/test-nofold.ll

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

==============================================================================
--- llvm/trunk/test/CodeGen/X86/test-nofold.ll (original)
+++ llvm/trunk/test/CodeGen/X86/test-nofold.ll Tue Feb 19 20:38:58 2008
@@ -1,5 +1,6 @@
 ; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah | grep {testl.*%e.x.*%e.x}
 ; rdar://5752025
+; XFAIL: *
 
 ; We don't want to fold the and into the test, because the and clobbers its
 ; input forcing a copy.  We want:





More information about the llvm-commits mailing list