1# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py 2# RUN: llc -O0 -march=aarch64 -run-pass=legalizer -global-isel-abort=1 %s -o - | FileCheck %s 3--- 4name: test_icmp 5body: | 6 bb.0.entry: 7 ; CHECK-LABEL: name: test_icmp 8 ; CHECK: [[COPY:%[0-9]+]]:_(s64) = COPY $x0 9 ; CHECK: [[COPY1:%[0-9]+]]:_(s64) = COPY $x0 10 ; CHECK: [[ICMP:%[0-9]+]]:_(s32) = G_ICMP intpred(sge), [[COPY]](s64), [[COPY1]] 11 ; CHECK: [[COPY2:%[0-9]+]]:_(s32) = COPY [[ICMP]](s32) 12 ; CHECK: $w0 = COPY [[COPY2]](s32) 13 ; CHECK: [[C:%[0-9]+]]:_(s32) = G_CONSTANT i32 255 14 ; CHECK: [[TRUNC:%[0-9]+]]:_(s32) = G_TRUNC [[COPY]](s64) 15 ; CHECK: [[AND:%[0-9]+]]:_(s32) = G_AND [[TRUNC]], [[C]] 16 ; CHECK: [[TRUNC1:%[0-9]+]]:_(s32) = G_TRUNC [[COPY1]](s64) 17 ; CHECK: [[AND1:%[0-9]+]]:_(s32) = G_AND [[TRUNC1]], [[C]] 18 ; CHECK: [[ICMP1:%[0-9]+]]:_(s32) = G_ICMP intpred(ult), [[AND]](s32), [[AND1]] 19 ; CHECK: [[COPY3:%[0-9]+]]:_(s32) = COPY [[ICMP1]](s32) 20 ; CHECK: $w0 = COPY [[COPY3]](s32) 21 ; CHECK: [[INTTOPTR:%[0-9]+]]:_(p0) = G_INTTOPTR [[COPY]](s64) 22 ; CHECK: [[ICMP2:%[0-9]+]]:_(s32) = G_ICMP intpred(eq), [[INTTOPTR]](p0), [[INTTOPTR]] 23 ; CHECK: [[COPY4:%[0-9]+]]:_(s32) = COPY [[ICMP2]](s32) 24 ; CHECK: $w0 = COPY [[COPY4]](s32) 25 %0:_(s64) = COPY $x0 26 %1:_(s64) = COPY $x0 27 %2:_(s8) = G_TRUNC %0(s64) 28 %3:_(s8) = G_TRUNC %1(s64) 29 %4:_(s1) = G_ICMP intpred(sge), %0(s64), %1 30 %11:_(s32) = G_ANYEXT %4(s1) 31 $w0 = COPY %11(s32) 32 %8:_(s1) = G_ICMP intpred(ult), %2(s8), %3 33 %12:_(s32) = G_ANYEXT %8(s1) 34 $w0 = COPY %12(s32) 35 %9:_(p0) = G_INTTOPTR %0(s64) 36 %10:_(s1) = G_ICMP intpred(eq), %9(p0), %9 37 %14:_(s32) = G_ANYEXT %10(s1) 38 $w0 = COPY %14(s32) 39 40... 41--- 42name: test_s128 43alignment: 4 44tracksRegLiveness: true 45body: | 46 ; CHECK-LABEL: name: test_s128 47 ; CHECK: bb.0: 48 ; CHECK: successors: %bb.1(0x40000000), %bb.2(0x40000000) 49 ; CHECK: [[DEF:%[0-9]+]]:_(s64) = G_IMPLICIT_DEF 50 ; CHECK: [[C:%[0-9]+]]:_(s64) = G_CONSTANT i64 0 51 ; CHECK: [[C1:%[0-9]+]]:_(s64) = G_CONSTANT i64 4294967296 52 ; CHECK: [[ICMP:%[0-9]+]]:_(s32) = G_ICMP intpred(ult), [[DEF]](s64), [[C1]] 53 ; CHECK: [[ICMP1:%[0-9]+]]:_(s32) = G_ICMP intpred(eq), [[DEF]](s64), [[C1]] 54 ; CHECK: [[TRUNC:%[0-9]+]]:_(s1) = G_TRUNC [[ICMP1]](s32) 55 ; CHECK: [[ICMP2:%[0-9]+]]:_(s32) = G_ICMP intpred(ult), [[DEF]](s64), [[C]] 56 ; CHECK: [[COPY:%[0-9]+]]:_(s32) = COPY [[ICMP2]](s32) 57 ; CHECK: [[COPY1:%[0-9]+]]:_(s32) = COPY [[ICMP]](s32) 58 ; CHECK: [[SELECT:%[0-9]+]]:_(s32) = G_SELECT [[TRUNC]](s1), [[COPY]], [[COPY1]] 59 ; CHECK: [[TRUNC1:%[0-9]+]]:_(s1) = G_TRUNC [[SELECT]](s32) 60 ; CHECK: G_BRCOND [[TRUNC1]](s1), %bb.1 61 ; CHECK: G_BR %bb.2 62 ; CHECK: bb.1: 63 ; CHECK: successors: 64 ; CHECK: bb.2: 65 ; CHECK: RET_ReallyLR 66 bb.1: 67 %0:_(s128) = G_IMPLICIT_DEF 68 %1:_(s128) = G_CONSTANT i128 79228162514264337593543950336 69 %3:_(s1) = G_CONSTANT i1 true 70 %2:_(s1) = G_ICMP intpred(ult), %0(s128), %1 71 G_BRCOND %2(s1), %bb.2 72 G_BR %bb.3 73 74 bb.2: 75 successors: 76 77 78 bb.3: 79 RET_ReallyLR 80 81... 82