From: Benjamin Kramer Date: Thu, 1 Sep 2011 18:40:03 +0000 (+0000) Subject: XFAIL this test on arm until the backend is fixed. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=bcf47a5bce48fe5f0c6ef1e803100682d001f182;p=oota-llvm.git XFAIL this test on arm until the backend is fixed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138955 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll b/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll index cd446d57d8a..da26504b13d 100644 --- a/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll +++ b/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll @@ -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