[AVR] Remove unneeded XFAILs from the Generic CodeGen tests

These have been in place for quite a while now.

Several bugs have since been fixed, and these tests now pass.

llvm-svn: 351679
This commit is contained in:
Dylan McKay 2019-01-20 11:16:58 +00:00
parent c115d73881
commit a6241a5dc0
5 changed files with 0 additions and 9 deletions

View File

@ -4,9 +4,6 @@
; to fail.
; XFAIL: hexagon
; Bug: PR31899
; XFAIL: avr
declare void @foo()
; Make sure we have the correct weight attached to each successor.

View File

@ -1,5 +1,4 @@
; RUN: llc < %s
; XFAIL: avr
@a_str = internal constant [8 x i8] c"a = %d\0A\00" ; <[8 x i8]*> [#uses=1]
@a_mul_str = internal constant [13 x i8] c"a * %d = %d\0A\00" ; <[13 x i8]*> [#uses=1]

View File

@ -1,5 +1,4 @@
; RUN: llc < %s
; XFAIL: avr
@a_str = internal constant [8 x i8] c"a = %d\0A\00" ; <[8 x i8]*> [#uses=1]
@b_str = internal constant [8 x i8] c"b = %d\0A\00" ; <[8 x i8]*> [#uses=1]

View File

@ -1,5 +1,4 @@
; RUN: llc < %s
; XFAIL: avr
@a_str = internal constant [8 x i8] c"a = %d\0A\00" ; <[8 x i8]*> [#uses=1]
@b_str = internal constant [8 x i8] c"b = %d\0A\00" ; <[8 x i8]*> [#uses=1]

View File

@ -1,8 +1,5 @@
; RUN: llc < %s
; PR31338
; XFAIL: avr
define <2 x double> @vector_select(<2 x double> %x, <2 x double> %y) nounwind {
%x.lo = extractelement <2 x double> %x, i32 0 ; <double> [#uses=1]
%x.lo.ge = fcmp oge double %x.lo, 0.000000e+00 ; <i1> [#uses=1]