[AVR] Remove a set of redundant tests

This fixes the build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289201 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dylan McKay 2016-12-09 11:22:26 +00:00
parent ce7af2b725
commit 5aeda31aad
4 changed files with 0 additions and 88 deletions

View File

@ -1,22 +0,0 @@
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
# XFAIL: *
# This instruction is currently unimplemented.
--- |
target triple = "avr--"
define void @test() {
entry:
ret void
}
...
---
name: test
body: |
bb.0.entry:
; CHECK-LABEL: test
%r5r4 = LPMWRdZ %r31r30
...

View File

@ -1,22 +0,0 @@
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
# XFAIL: *
# This instruction is currently unimplemented.
--- |
target triple = "avr--"
define void @test() {
entry:
ret void
}
...
---
name: test
body: |
bb.0.entry:
; CHECK-LABEL: test
%r5r4 = LPMWRdZPi %r31r30, implicit-def %r31r30
...

View File

@ -1,22 +0,0 @@
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
# XFAIL: *
# This instruction is unimplemented.
--- |
target triple = "avr--"
define void @test() {
entry:
ret void
}
...
---
name: test
body: |
bb.0.entry:
; CHECK-LABEL: test
%r15r14 = ROLWRd %r15r14, implicit-def %sreg, implicit %sreg
...

View File

@ -1,22 +0,0 @@
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
# XFAIL: *
# This instruction is unimplemented.
--- |
target triple = "avr--"
define void @test() {
entry:
ret void
}
...
---
name: test
body: |
bb.0.entry:
; CHECK-LABEL: test
%r15r14 = RORWRd %r15r14, implicit-def %sreg, implicit %sreg
...