aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/AVR/pseudo/LSRWRd.mir
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AVR/pseudo/LSRWRd.mir')
-rw-r--r--test/CodeGen/AVR/pseudo/LSRWRd.mir22
1 files changed, 0 insertions, 22 deletions
diff --git a/test/CodeGen/AVR/pseudo/LSRWRd.mir b/test/CodeGen/AVR/pseudo/LSRWRd.mir
deleted file mode 100644
index a1a513f4e364..000000000000
--- a/test/CodeGen/AVR/pseudo/LSRWRd.mir
+++ /dev/null
@@ -1,22 +0,0 @@
-# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
-
---- |
- target triple = "avr--"
- define void @test() {
- entry:
- ret void
- }
-...
-
----
-name: test
-body: |
- bb.0.entry:
-
- ; CHECK-LABEL: test
-
- ; CHECK: %r15 = LSRRd %r15, implicit-def %sreg
- ; CHECK-NEXT: %r14 = RORRd %r14, implicit-def %sreg, implicit killed %sreg
-
- %r15r14 = LSRWRd %r15r14, implicit-def %sreg
-...