[InstCombine] Signed saturation patterns
[llvm-core.git] / test / CodeGen / AVR / pseudo / PUSHWRr.mir
blob847313089edc8682d091f86c4930ef4392db773c
1 # RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
3 --- |
4   target triple = "avr--"
5   define void @test() {
6   entry:
7     ret void
8   }
9 ...
11 ---
12 name:            test
13 body: |
14   bb.0.entry:
16     ; CHECK-LABEL: test
18     ; CHECK:      PUSHRr $r28, implicit-def $sp, implicit $sp
19     ; CHECK-NEXT: PUSHRr $r29, implicit-def $sp, implicit $sp
21     PUSHWRr $r29r28, implicit-def $sp, implicit $sp
22 ...