[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / CodeGen / Mips / GlobalISel / legalizer / trunc.mir
blob34ccfd97e278b992715c83f1f648ebc84f875e9d
1 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2 # RUN: llc -O0 -mtriple=mipsel-linux-gnu -run-pass=legalizer -verify-machineinstrs %s -o - | FileCheck %s -check-prefixes=MIPS32
3 --- |
5   define void @trunc() {entry: ret void}
7 ...
8 ---
9 name:            trunc
10 alignment:       4
11 tracksRegLiveness: true
12 body:             |
13   bb.1.entry:
14     liveins: $a0, $a1
16     ; MIPS32-LABEL: name: trunc
17     ; MIPS32: liveins: $a0, $a1
18     ; MIPS32: [[COPY:%[0-9]+]]:_(s32) = COPY $a0
19     ; MIPS32: [[COPY1:%[0-9]+]]:_(s32) = COPY $a1
20     ; MIPS32: [[COPY2:%[0-9]+]]:_(s32) = COPY [[COPY]](s32)
21     ; MIPS32: $v0 = COPY [[COPY2]](s32)
22     ; MIPS32: RetRA implicit $v0
23     %1:_(s32) = COPY $a0
24     %2:_(s32) = COPY $a1
25     %0:_(s64) = G_MERGE_VALUES %1(s32), %2(s32)
26     %3:_(s32) = G_TRUNC %0(s64)
27     $v0 = COPY %3(s32)
28     RetRA implicit $v0
30 ...