From: Dylan McKay Date: Sun, 20 Jan 2019 11:16:58 +0000 (+0000) Subject: [AVR] Remove unneeded XFAILs from the Generic CodeGen tests X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3dde3226a218d025cab78c1b392439cc9fe19373;p=llvm [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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351679 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/Generic/MachineBranchProb.ll b/test/CodeGen/Generic/MachineBranchProb.ll index 85fafba227a..b80d8b2e73c 100644 --- a/test/CodeGen/Generic/MachineBranchProb.ll +++ b/test/CodeGen/Generic/MachineBranchProb.ll @@ -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. diff --git a/test/CodeGen/Generic/print-mul-exp.ll b/test/CodeGen/Generic/print-mul-exp.ll index 1426fb59f66..91c8147aaad 100644 --- a/test/CodeGen/Generic/print-mul-exp.ll +++ b/test/CodeGen/Generic/print-mul-exp.ll @@ -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] diff --git a/test/CodeGen/Generic/print-mul.ll b/test/CodeGen/Generic/print-mul.ll index 20fb1be6ede..4b60d759278 100644 --- a/test/CodeGen/Generic/print-mul.ll +++ b/test/CodeGen/Generic/print-mul.ll @@ -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] diff --git a/test/CodeGen/Generic/print-shift.ll b/test/CodeGen/Generic/print-shift.ll index 1fda55420b5..56b3ec1df76 100644 --- a/test/CodeGen/Generic/print-shift.ll +++ b/test/CodeGen/Generic/print-shift.ll @@ -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] diff --git a/test/CodeGen/Generic/select-cc.ll b/test/CodeGen/Generic/select-cc.ll index c67f57fde18..2b39fc17a55 100644 --- a/test/CodeGen/Generic/select-cc.ll +++ b/test/CodeGen/Generic/select-cc.ll @@ -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 ; [#uses=1] %x.lo.ge = fcmp oge double %x.lo, 0.000000e+00 ; [#uses=1]