]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/CodeGen/AVR/pseudo/PUSHWRr.mir
Vendor import of llvm trunk r300422:
[FreeBSD/FreeBSD.git] / test / CodeGen / AVR / pseudo / PUSHWRr.mir
1 # RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
2
3 --- |
4   target triple = "avr--"
5   define void @test() {
6   entry:
7     ret void
8   }
9 ...
10
11 ---
12 name:            test
13 body: |
14   bb.0.entry:
15
16     ; CHECK-LABEL: test
17
18     ; CHECK:      PUSHRr %r28, implicit-def %sp, implicit %sp
19     ; CHECK-NEXT: PUSHRr %r29, implicit-def %sp, implicit %sp
20
21     PUSHWRr %r29r28, implicit-def %sp, implicit %sp
22 ...