brintos

brintos / llvm-project-archived public Read only

0
0
Text · 748 B · b1ccf02 Raw
24 lines · plain
1# RUN: llc -o - --global-isel=1 -verify-machineinstrs -run-pass=legalizer -x mir %s2--- |3  target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"4  target triple = "aarch64-unknown-linux-gnu"5  define i1 @foo(i64) {6    %a = sext i64 %0 to i1287    %b = icmp sle i128 %a, 08    ret i1 %b9  }10...11---12name:            foo13body:             |14  bb.1 (%ir-block.1):15    liveins: $x016    %namedVReg4352:_(s64) = COPY $x017    %namedVReg1356:_(s128) = G_CONSTANT i128 018    %namedVReg1355:_(s128) = G_SEXT %namedVReg4352(s64)19    %namedVReg1354:_(s1) = G_ICMP intpred(sle), %namedVReg1355(s128), %namedVReg135620    %namedVReg1353:_(s32) = G_SEXT %namedVReg1354(s1)21    $w0 = COPY %namedVReg1353(s32)22    RET_ReallyLR implicit $w023...24