brintos

brintos / llvm-project-archived public Read only

0
0
Text · 276 B · aff5245 Raw
10 lines · plain
1; RUN: llc -O0 --global-isel=1 %s -o - -verify-machineinstrs2target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"3target triple = "aarch64-unknown-linux-gnu"4 5define i1 @foo(i64) {6    %a = sext i64 %0 to i1287    %b = icmp sle i128 %a, 08    ret i1 %b9}10