[llvm] r218801 - ARM: yes it can (as of r218789)
Tim Northover
tnorthover at apple.com
Wed Oct 1 13:31:59 PDT 2014
Author: tnorthover
Date: Wed Oct 1 15:31:58 2014
New Revision: 218801
URL: http://llvm.org/viewvc/llvm-project?rev=218801&view=rev
Log:
ARM: yes it can (as of r218789)
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=218801&r1=218800&r2=218801&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll Wed Oct 1 15:31:58 2014
@@ -3,9 +3,6 @@
; 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