[llvm-commits] [llvm] r85848 - in /llvm/trunk/test/CodeGen/Thumb2: 2009-08-04-SubregLoweringBug.ll cross-rc-coalescing-2.ll
Anton Korobeynikov
asl at math.spbu.ru
Mon Nov 2 16:37:36 PST 2009
Author: asl
Date: Mon Nov 2 18:37:36 2009
New Revision: 85848
URL: http://llvm.org/viewvc/llvm-project?rev=85848&view=rev
Log:
Temporary xfail until PR5367 will be resolved
Modified:
llvm/trunk/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug.ll
llvm/trunk/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll
Modified: llvm/trunk/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug.ll?rev=85848&r1=85847&r2=85848&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug.ll (original)
+++ llvm/trunk/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug.ll Mon Nov 2 18:37:36 2009
@@ -1,6 +1,7 @@
; RUN: llc < %s -mtriple=thumbv7-apple-darwin9 -mattr=+neon -arm-use-neon-fp
; RUN: llc < %s -mtriple=thumbv7-apple-darwin9 -mattr=+neon -arm-use-neon-fp | not grep fcpys
; rdar://7117307
+; XFAIL: *
%struct.Hosp = type { i32, i32, i32, %struct.List, %struct.List, %struct.List, %struct.List }
%struct.List = type { %struct.List*, %struct.Patient*, %struct.List* }
Modified: llvm/trunk/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll?rev=85848&r1=85847&r2=85848&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll (original)
+++ llvm/trunk/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll Mon Nov 2 18:37:36 2009
@@ -1,4 +1,5 @@
; RUN: llc < %s -mtriple=thumbv7-apple-darwin9 -mcpu=cortex-a8 | grep fcpys | count 4
+; XFAIL: *
define arm_apcscc void @fht(float* nocapture %fz, i16 signext %n) nounwind {
entry:
More information about the llvm-commits
mailing list