summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AVR/pseudo/OUTWARr.mir
blob: 53ed8cc397992b3313a77344847ed2024ec892fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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:      OUTARr 32, $r15
    ; CHECK-NEXT: OUTARr 31, $r14

    OUTWARr 31, $r15r14
...
OpenPOWER on IntegriCloud