23 lines · plain
1# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s2 3--- |4 target triple = "avr--"5 define void @test() {6 entry:7 ret void8 }9...10 11---12name: test13body: |14 bb.0.entry:15 16 ; CHECK-LABEL: test17 18 ; CHECK: $r14 = INRdA 3119 ; CHECK-NEXT: $r15 = INRdA 3220 21 $r15r14 = INWRdA 3122...23