brintos

brintos / llvm-project-archived public Read only

0
0
Text · 411 B · ceb0ea8 Raw
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:       $r29 = POPRd implicit-def $sp, implicit $sp19    ; CHECK-LABEL: $r28 = POPRd implicit-def $sp, implicit $sp20 21    $r29r28 = POPWRd implicit-def $sp, implicit $sp22...23