brintos

brintos / llvm-project-archived public Read only

0
0
Text · 438 B · 79b6929 Raw
24 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    liveins: $r15r1416 17    ; CHECK-LABEL: test18 19    ; CHECK:      $r15 = ASRRd $r15, implicit-def $sreg20    ; CHECK-NEXT: $r14 = RORRd $r14, implicit-def $sreg, implicit killed $sreg21 22    $r15r14 = ASRWRd $r15r14, implicit-def $sreg23...24