]> granicus.if.org Git - llvm/commitdiff
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351679 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 85fafba227ae5cf6f02d78ea0222858b110779b9..b80d8b2e73c32b07c6f47a82fbf7ec6ab2740aaa 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 1426fb59f6695ccc24d526bc31b976de44984866..91c8147aaad91cd1430cabf827a8cc570548a695 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 20fb1be6edef100ce76d0d6bd0709e487baf8548..4b60d759278ac93c0a17caa3fad8415b1d235807 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 1fda55420b5958000d67f393db3cae617f0b8db8..56b3ec1df760d8dd8da9618508171e06bf628719 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 c67f57fde18b0881b3bcf54c0839a148d0fc996e..2b39fc17a55d17938cdd3d0f56f1cea982b94508 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]