Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / AVR / pseudo / LDDWRdYQ.mir
blob7875cfd5c565110871437c24402f876076cb45dd
1 # RUN: llc -O0  %s -o - -march=avr | FileCheck %s
3 # This test checks the expansion of the 16-bit 'LDDWRdYQ instruction
5 --- |
6   target triple = "avr--"
7   define void @test_lddwrdyq() {
8   entry:
9     ret void
10   }
11 ...
13 ---
14 name:            test_lddwrdyq
15 tracksRegLiveness: true
16 body: |
17   bb.0.entry:
19     ; CHECK-LABEL: test_lddwrdyq
21     ; CHECK:      ldd     r30, Y+1
22     ; CHECK-NEXT: ldd     r31, Y+2
24     early-clobber $r31r30 = LDDWRdYQ undef $r29r28, 1
25 ...