summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AVR/pseudo/LDWRdPtrPd.mir
blob: 39abc4590b3d198a1f787c7ae089d318752cd9bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s

# This test checks the expansion of the 16-bit LDWRdPtrPd pseudo instruction.

--- |
  target triple = "avr--"
  define void @test_ldwrdptrpd() {
  entry:
    ret void
  }
...

---
name:            test_ldwrdptrpd
body: |
  bb.0.entry:

    ; CHECK-LABEL: test_ldwrdptrpd

    ; CHECK:      early-clobber $r1, $r31r30 = LDRdPtrPd killed $r31r30
    ; CHECK-NEXT: early-clobber $r0, $r31r30 = LDRdPtrPd killed $r31r30

    $r1r0, $r31r30 = LDWRdPtrPd $r31r30
...
OpenPOWER on IntegriCloud