• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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---
12name:            test
13body: |
14  bb.0.entry:
15
16    ; CHECK-LABEL: test
17
18    ; CHECK:      $r14 = INRdA 31
19    ; CHECK-NEXT: $r15 = INRdA 32
20
21    $r15r14 = INWRdA 31
22...
23