[AVR] Remove unneeded XFAILs from the Generic CodeGen tests
authorDylan McKay <me@dylanmckay.io>
Sun, 20 Jan 2019 11:16:58 +0000 (11:16 +0000)
committerDylan McKay <me@dylanmckay.io>
Sun, 20 Jan 2019 11:16:58 +0000 (11:16 +0000)
These have been in place for quite a while now.

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

llvm-svn: 351679

llvm/test/CodeGen/Generic/MachineBranchProb.ll
llvm/test/CodeGen/Generic/print-mul-exp.ll
llvm/test/CodeGen/Generic/print-mul.ll
llvm/test/CodeGen/Generic/print-shift.ll
llvm/test/CodeGen/Generic/select-cc.ll

index 85fafba..b80d8b2 100644 (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.
index 1426fb5..91c8147 100644 (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]
index 20fb1be..4b60d75 100644 (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]
index 1fda554..56b3ec1 100644 (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]
index c67f57f..2b39fc1 100644 (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]