| # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py |
| # RUN: llc -O0 -mtriple=mipsel-linux-gnu -run-pass=mips-prelegalizer-combiner -verify-machineinstrs %s -o - | FileCheck %s -check-prefixes=MIPS32 |
| --- | |
| |
| define void @load1_s8_to_zextLoad1_s32(ptr %px) {entry: ret void} |
| define void @load2_s16_to_zextLoad2_s32(ptr %px) {entry: ret void} |
| define void @load1_s8_to_zextLoad1_s16(ptr %px) {entry: ret void} |
| define void @load1_s8_to_zextLoad1_s16_to_zextLoad1_s32(ptr %px) {entry: ret void} |
| define void @load4_s32_to_zextLoad4_s64(ptr %px) {entry: ret void} |
| define void @load1_s8_to_sextLoad1_s32(ptr %px) {entry: ret void} |
| define void @load2_s16_to_sextLoad2_s32(ptr %px) {entry: ret void} |
| define void @load1_s8_to_sextLoad1_s16(ptr %px) {entry: ret void} |
| define void @load1_s8_to_sextLoad1_s16_to_sextLoad1_s32(ptr %px) {entry: ret void} |
| define void @load4_s32_to_sextLoad4_s64(ptr %px) {entry: ret void} |
| |
| ... |
| --- |
| name: load1_s8_to_zextLoad1_s32 |
| alignment: 4 |
| tracksRegLiveness: true |
| body: | |
| bb.1.entry: |
| liveins: $a0 |
| |
| ; MIPS32-LABEL: name: load1_s8_to_zextLoad1_s32 |
| ; MIPS32: liveins: $a0 |
| ; MIPS32: [[COPY:%[0-9]+]]:_(p0) = COPY $a0 |
| ; MIPS32: [[ZEXTLOAD:%[0-9]+]]:_(s32) = G_ZEXTLOAD [[COPY]](p0) :: (load (s8) from %ir.px) |
| ; MIPS32: $v0 = COPY [[ZEXTLOAD]](s32) |
| ; MIPS32: RetRA implicit $v0 |
| %0:_(p0) = COPY $a0 |
| %1:_(s8) = G_LOAD %0(p0) :: (load (s8) from %ir.px) |
| %2:_(s32) = G_ZEXT %1(s8) |
| $v0 = COPY %2(s32) |
| RetRA implicit $v0 |
| |
| ... |
| --- |
| name: load2_s16_to_zextLoad2_s32 |
| alignment: 4 |
| tracksRegLiveness: true |
| body: | |
| bb.1.entry: |
| liveins: $a0 |
| |
| ; MIPS32-LABEL: name: load2_s16_to_zextLoad2_s32 |
| ; MIPS32: liveins: $a0 |
| ; MIPS32: [[COPY:%[0-9]+]]:_(p0) = COPY $a0 |
| ; MIPS32: [[ZEXTLOAD:%[0-9]+]]:_(s32) = G_ZEXTLOAD [[COPY]](p0) :: (load (s16) from %ir.px) |
| ; MIPS32: $v0 = COPY [[ZEXTLOAD]](s32) |
| ; MIPS32: RetRA implicit $v0 |
| %0:_(p0) = COPY $a0 |
| %1:_(s16) = G_LOAD %0(p0) :: (load (s16) from %ir.px) |
| %2:_(s32) = G_ZEXT %1(s16) |
| $v0 = COPY %2(s32) |
| RetRA implicit $v0 |
| |
| ... |
| --- |
| name: load1_s8_to_zextLoad1_s16 |
| alignment: 4 |
| tracksRegLiveness: true |
| body: | |
| bb.1.entry: |
| liveins: $a0 |
| |
| ; MIPS32-LABEL: name: load1_s8_to_zextLoad1_s16 |
| ; MIPS32: liveins: $a0 |
| ; MIPS32: [[COPY:%[0-9]+]]:_(p0) = COPY $a0 |
| ; MIPS32: [[ZEXTLOAD:%[0-9]+]]:_(s16) = G_ZEXTLOAD [[COPY]](p0) :: (load (s8) from %ir.px) |
| ; MIPS32: [[ANYEXT:%[0-9]+]]:_(s32) = G_ANYEXT [[ZEXTLOAD]](s16) |
| ; MIPS32: $v0 = COPY [[ANYEXT]](s32) |
| ; MIPS32: RetRA implicit $v0 |
| %0:_(p0) = COPY $a0 |
| %1:_(s8) = G_LOAD %0(p0) :: (load (s8) from %ir.px) |
| %2:_(s16) = G_ZEXT %1(s8) |
| %3:_(s32) = G_ANYEXT %2(s16) |
| $v0 = COPY %3(s32) |
| RetRA implicit $v0 |
| |
| ... |
| --- |
| name: load1_s8_to_zextLoad1_s16_to_zextLoad1_s32 |
| alignment: 4 |
| tracksRegLiveness: true |
| body: | |
| bb.1.entry: |
| liveins: $a0 |
| |
| ; MIPS32-LABEL: name: load1_s8_to_zextLoad1_s16_to_zextLoad1_s32 |
| ; MIPS32: liveins: $a0 |
| ; MIPS32: [[COPY:%[0-9]+]]:_(p0) = COPY $a0 |
| ; MIPS32: [[ZEXTLOAD:%[0-9]+]]:_(s32) = G_ZEXTLOAD [[COPY]](p0) :: (load (s8) from %ir.px) |
| ; MIPS32: $v0 = COPY [[ZEXTLOAD]](s32) |
| ; MIPS32: RetRA implicit $v0 |
| %0:_(p0) = COPY $a0 |
| %1:_(s8) = G_LOAD %0(p0) :: (load (s8) from %ir.px) |
| %2:_(s16) = G_ZEXT %1(s8) |
| %3:_(s32) = G_ZEXT %2(s16) |
| $v0 = COPY %3(s32) |
| RetRA implicit $v0 |
| |
| ... |
| --- |
| name: load4_s32_to_zextLoad4_s64 |
| alignment: 4 |
| tracksRegLiveness: true |
| body: | |
| bb.1.entry: |
| liveins: $a0 |
| |
| ; MIPS32-LABEL: name: load4_s32_to_zextLoad4_s64 |
| ; MIPS32: liveins: $a0 |
| ; MIPS32: [[COPY:%[0-9]+]]:_(p0) = COPY $a0 |
| ; MIPS32: [[ZEXTLOAD:%[0-9]+]]:_(s64) = G_ZEXTLOAD [[COPY]](p0) :: (load (s32) from %ir.px) |
| ; MIPS32: [[UV:%[0-9]+]]:_(s32), [[UV1:%[0-9]+]]:_(s32) = G_UNMERGE_VALUES [[ZEXTLOAD]](s64) |
| ; MIPS32: $v0 = COPY [[UV]](s32) |
| ; MIPS32: $v1 = COPY [[UV1]](s32) |
| ; MIPS32: RetRA implicit $v0, implicit $v1 |
| %0:_(p0) = COPY $a0 |
| %1:_(s32) = G_LOAD %0(p0) :: (load (s32) from %ir.px) |
| %2:_(s64) = G_ZEXT %1(s32) |
| %3:_(s32), %4:_(s32) = G_UNMERGE_VALUES %2(s64) |
| $v0 = COPY %3(s32) |
| $v1 = COPY %4(s32) |
| RetRA implicit $v0, implicit $v1 |
| |
| ... |
| --- |
| name: load1_s8_to_sextLoad1_s32 |
| alignment: 4 |
| tracksRegLiveness: true |
| body: | |
| bb.1.entry: |
| liveins: $a0 |
| |
| ; MIPS32-LABEL: name: load1_s8_to_sextLoad1_s32 |
| ; MIPS32: liveins: $a0 |
| ; MIPS32: [[COPY:%[0-9]+]]:_(p0) = COPY $a0 |
| ; MIPS32: [[SEXTLOAD:%[0-9]+]]:_(s32) = G_SEXTLOAD [[COPY]](p0) :: (load (s8) from %ir.px) |
| ; MIPS32: $v0 = COPY [[SEXTLOAD]](s32) |
| ; MIPS32: RetRA implicit $v0 |
| %0:_(p0) = COPY $a0 |
| %1:_(s8) = G_LOAD %0(p0) :: (load (s8) from %ir.px) |
| %2:_(s32) = G_SEXT %1(s8) |
| $v0 = COPY %2(s32) |
| RetRA implicit $v0 |
| |
| ... |
| --- |
| name: load2_s16_to_sextLoad2_s32 |
| alignment: 4 |
| tracksRegLiveness: true |
| body: | |
| bb.1.entry: |
| liveins: $a0 |
| |
| ; MIPS32-LABEL: name: load2_s16_to_sextLoad2_s32 |
| ; MIPS32: liveins: $a0 |
| ; MIPS32: [[COPY:%[0-9]+]]:_(p0) = COPY $a0 |
| ; MIPS32: [[SEXTLOAD:%[0-9]+]]:_(s32) = G_SEXTLOAD [[COPY]](p0) :: (load (s16) from %ir.px) |
| ; MIPS32: $v0 = COPY [[SEXTLOAD]](s32) |
| ; MIPS32: RetRA implicit $v0 |
| %0:_(p0) = COPY $a0 |
| %1:_(s16) = G_LOAD %0(p0) :: (load (s16) from %ir.px) |
| %2:_(s32) = G_SEXT %1(s16) |
| $v0 = COPY %2(s32) |
| RetRA implicit $v0 |
| |
| ... |
| --- |
| name: load1_s8_to_sextLoad1_s16 |
| alignment: 4 |
| tracksRegLiveness: true |
| body: | |
| bb.1.entry: |
| liveins: $a0 |
| |
| ; MIPS32-LABEL: name: load1_s8_to_sextLoad1_s16 |
| ; MIPS32: liveins: $a0 |
| ; MIPS32: [[COPY:%[0-9]+]]:_(p0) = COPY $a0 |
| ; MIPS32: [[SEXTLOAD:%[0-9]+]]:_(s16) = G_SEXTLOAD [[COPY]](p0) :: (load (s8) from %ir.px) |
| ; MIPS32: [[ANYEXT:%[0-9]+]]:_(s32) = G_ANYEXT [[SEXTLOAD]](s16) |
| ; MIPS32: $v0 = COPY [[ANYEXT]](s32) |
| ; MIPS32: RetRA implicit $v0 |
| %0:_(p0) = COPY $a0 |
| %1:_(s8) = G_LOAD %0(p0) :: (load (s8) from %ir.px) |
| %2:_(s16) = G_SEXT %1(s8) |
| %3:_(s32) = G_ANYEXT %2(s16) |
| $v0 = COPY %3(s32) |
| RetRA implicit $v0 |
| |
| ... |
| --- |
| name: load1_s8_to_sextLoad1_s16_to_sextLoad1_s32 |
| alignment: 4 |
| tracksRegLiveness: true |
| body: | |
| bb.1.entry: |
| liveins: $a0 |
| |
| ; MIPS32-LABEL: name: load1_s8_to_sextLoad1_s16_to_sextLoad1_s32 |
| ; MIPS32: liveins: $a0 |
| ; MIPS32: [[COPY:%[0-9]+]]:_(p0) = COPY $a0 |
| ; MIPS32: [[SEXTLOAD:%[0-9]+]]:_(s32) = G_SEXTLOAD [[COPY]](p0) :: (load (s8) from %ir.px) |
| ; MIPS32: $v0 = COPY [[SEXTLOAD]](s32) |
| ; MIPS32: RetRA implicit $v0 |
| %0:_(p0) = COPY $a0 |
| %1:_(s8) = G_LOAD %0(p0) :: (load (s8) from %ir.px) |
| %2:_(s16) = G_SEXT %1(s8) |
| %3:_(s32) = G_SEXT %2(s16) |
| $v0 = COPY %3(s32) |
| RetRA implicit $v0 |
| |
| ... |
| --- |
| name: load4_s32_to_sextLoad4_s64 |
| alignment: 4 |
| tracksRegLiveness: true |
| body: | |
| bb.1.entry: |
| liveins: $a0 |
| |
| ; MIPS32-LABEL: name: load4_s32_to_sextLoad4_s64 |
| ; MIPS32: liveins: $a0 |
| ; MIPS32: [[COPY:%[0-9]+]]:_(p0) = COPY $a0 |
| ; MIPS32: [[SEXTLOAD:%[0-9]+]]:_(s64) = G_SEXTLOAD [[COPY]](p0) :: (load (s32) from %ir.px) |
| ; MIPS32: [[UV:%[0-9]+]]:_(s32), [[UV1:%[0-9]+]]:_(s32) = G_UNMERGE_VALUES [[SEXTLOAD]](s64) |
| ; MIPS32: $v0 = COPY [[UV]](s32) |
| ; MIPS32: $v1 = COPY [[UV1]](s32) |
| ; MIPS32: RetRA implicit $v0, implicit $v1 |
| %0:_(p0) = COPY $a0 |
| %1:_(s32) = G_LOAD %0(p0) :: (load (s32) from %ir.px) |
| %2:_(s64) = G_SEXT %1(s32) |
| %3:_(s32), %4:_(s32) = G_UNMERGE_VALUES %2(s64) |
| $v0 = COPY %3(s32) |
| $v1 = COPY %4(s32) |
| RetRA implicit $v0, implicit $v1 |
| |
| ... |