[llvm-commits] [llvm] r97587 - /llvm/trunk/test/CodeGen/PIC16/C16-11.ll

Chris Lattner sabre at nondot.org
Tue Mar 2 12:48:24 PST 2010


Author: lattner
Date: Tue Mar  2 14:48:24 2010
New Revision: 97587

URL: http://llvm.org/viewvc/llvm-project?rev=97587&view=rev
Log:
this testcase is failing because pic16 doesn't define a reg/reg 
xor pattern.  I have no plans to fix this XFAIL.

Modified:
    llvm/trunk/test/CodeGen/PIC16/C16-11.ll

Modified: llvm/trunk/test/CodeGen/PIC16/C16-11.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PIC16/C16-11.ll?rev=97587&r1=97586&r2=97587&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PIC16/C16-11.ll (original)
+++ llvm/trunk/test/CodeGen/PIC16/C16-11.ll Tue Mar  2 14:48:24 2010
@@ -1,5 +1,7 @@
-;RUN: llc < %s -march=pic16
+; RUN: llc < %s -march=pic16
 ; XFAIL: *
+; This fails because PIC16 doesn't define a (xor reg, reg) pattern.
+; 
 
 @c612.auto.a.b = internal global i1 false         ; <i1*> [#uses=2]
 @c612.auto.A.b = internal global i1 false         ; <i1*> [#uses=2]





More information about the llvm-commits mailing list