[AVR] Add/remove XFAILs to get the backend passing Generic CodeGen tests

A few tests have since been fixed, and a few since now fail.

llvm-svn: 308151
This commit is contained in:
Dylan McKay 2017-07-16 23:33:50 +00:00
parent 67a64041b9
commit 5c8a50bddd
8 changed files with 3 additions and 13 deletions

View File

@ -1,7 +1,6 @@
; RUN: llc < %s
; Bug: PR31341
; XFAIL: avr
;; Date: Jul 29, 2003.
;; From: test/Programs/MultiSource/Ptrdist-bc

View File

@ -1,8 +1,5 @@
; RUN: llc < %s
; Bug: PR31898
; XFAIL: avr
; This caused ScheduleDAG to crash in EmitPhysRegCopy when searching
; the uses of a copy to a physical register without ignoring non-data
; dependence, PR10220.

View File

@ -1,4 +1,5 @@
; 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,4 +1,5 @@
; 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,4 +1,5 @@
; 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
; Bug: PR31898
; XFAIL: avr
%f8 = type <8 x float>
define void @test_f8(%f8 *%P, %f8* %Q, %f8 *%S) {

View File

@ -1,9 +1,6 @@
; RUN: llc < %s -debug-only=isel -o /dev/null 2>&1 | FileCheck %s
; REQUIRES: asserts
; Bug: PR31898
; XFAIL: avr
@a = global [1024 x i32] zeroinitializer, align 16
define i32 @reduce_add() {

View File

@ -1,9 +1,6 @@
; Test that vectors are scalarized/lowered correctly.
; RUN: llc < %s
; Bug: PR31898
; XFAIL: avr
%d8 = type <8 x double>
%f1 = type <1 x float>
%f2 = type <2 x float>