summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/test/CodeGen/AVR/pseudo/LPMWRdZ.mir22
-rw-r--r--llvm/test/CodeGen/AVR/pseudo/LPMWRdZPi.mir22
-rw-r--r--llvm/test/CodeGen/AVR/pseudo/ROLWRd.mir22
-rw-r--r--llvm/test/CodeGen/AVR/pseudo/RORWRd.mir22
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
-...
OpenPOWER on IntegriCloud