[llvm-commits] [llvm] r138955 - /llvm/trunk/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll

Benjamin Kramer benny.kra at googlemail.com
Thu Sep 1 11:40:03 PDT 2011


Author: d0k
Date: Thu Sep  1 13:40:03 2011
New Revision: 138955

URL: http://llvm.org/viewvc/llvm-project?rev=138955&view=rev
Log:
XFAIL this test on arm until the backend is fixed.

Modified:
    llvm/trunk/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll

Modified: llvm/trunk/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll?rev=138955&r1=138954&r2=138955&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll Thu Sep  1 13:40:03 2011
@@ -3,6 +3,9 @@
 ; the uses of a copy to a physical register without ignoring non-data
 ; dependence, PR10220.
 
+; The ARM backend can't handle i256 math at the moment.
+; XFAIL: arm
+
 define void @f(i256* nocapture %a, i256* nocapture %b, i256* nocapture %cc, i256* nocapture %dd) nounwind uwtable noinline ssp {
 entry:
   %c = load i256* %cc





More information about the llvm-commits mailing list