brintos

brintos / llvm-project-archived public Read only

0
0
Text · 463 B · 50221ba Raw
26 lines · plain
1# RUN: llc -O0 %s -o - -mtriple=avr | FileCheck %s2 3# This test checks the expansion of the 16-bit 'LDDWRdYQ instruction4 5--- |6  target triple = "avr--"7  define void @test_lddwrdyq() {8  entry:9    ret void10  }11...12 13---14name:            test_lddwrdyq15tracksRegLiveness: true16body: |17  bb.0.entry:18 19    ; CHECK-LABEL: test_lddwrdyq20 21    ; CHECK:      ldd     r30, Y+122    ; CHECK-NEXT: ldd     r31, Y+223 24    early-clobber $r31r30 = LDDWRdYQ undef $r29r28, 125...26