diff options
author | Dylan McKay <dylanmckay34@gmail.com> | 2016-12-09 11:22:26 +0000 |
---|---|---|
committer | Dylan McKay <dylanmckay34@gmail.com> | 2016-12-09 11:22:26 +0000 |
commit | 1cdbf42a33371502de29606cd63c74566cca608c (patch) | |
tree | 8cd5ddd548cdea4d5143d130101ab990536b1f79 /llvm/test | |
parent | e4050a296181d10e90eb85cf66ce49e417a96e2a (diff) | |
download | bcm5719-llvm-1cdbf42a33371502de29606cd63c74566cca608c.tar.gz bcm5719-llvm-1cdbf42a33371502de29606cd63c74566cca608c.zip |
[AVR] Remove a set of redundant tests
This fixes the build.
llvm-svn: 289201
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/CodeGen/AVR/pseudo/LPMWRdZ.mir | 22 | ||||
-rw-r--r-- | llvm/test/CodeGen/AVR/pseudo/LPMWRdZPi.mir | 22 | ||||
-rw-r--r-- | llvm/test/CodeGen/AVR/pseudo/ROLWRd.mir | 22 | ||||
-rw-r--r-- | llvm/test/CodeGen/AVR/pseudo/RORWRd.mir | 22 |
4 files changed, 0 insertions, 88 deletions
diff --git a/llvm/test/CodeGen/AVR/pseudo/LPMWRdZ.mir b/llvm/test/CodeGen/AVR/pseudo/LPMWRdZ.mir deleted file mode 100644 index 49469845ba8..00000000000 --- a/llvm/test/CodeGen/AVR/pseudo/LPMWRdZ.mir +++ /dev/null @@ -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 -... diff --git a/llvm/test/CodeGen/AVR/pseudo/LPMWRdZPi.mir b/llvm/test/CodeGen/AVR/pseudo/LPMWRdZPi.mir deleted file mode 100644 index 2530f28f186..00000000000 --- a/llvm/test/CodeGen/AVR/pseudo/LPMWRdZPi.mir +++ /dev/null @@ -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 -... diff --git a/llvm/test/CodeGen/AVR/pseudo/ROLWRd.mir b/llvm/test/CodeGen/AVR/pseudo/ROLWRd.mir deleted file mode 100644 index 242ab09e55f..00000000000 --- a/llvm/test/CodeGen/AVR/pseudo/ROLWRd.mir +++ /dev/null @@ -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 -... diff --git a/llvm/test/CodeGen/AVR/pseudo/RORWRd.mir b/llvm/test/CodeGen/AVR/pseudo/RORWRd.mir deleted file mode 100644 index 77362cacea7..00000000000 --- a/llvm/test/CodeGen/AVR/pseudo/RORWRd.mir +++ /dev/null @@ -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 -... |