brintos

brintos / llvm-project-archived public Read only

0
0
Text · 438 B · 448148f Raw
18 lines · plain
1; RUN: llc < %s -mtriple=arm64-apple-ios7.0.0 | FileCheck %s2 3target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"4 5; Function Attrs: nounwind ssp uwtable6define i32 @test1() #0 {7  %tmp1 = alloca i88  %tmp2 = alloca i32, i32 40969  %tmp3 = icmp eq ptr %tmp1, null10  %tmp4 = zext i1 %tmp3 to i3211 12  ret i32 %tmp413 14  ; CHECK-LABEL: test115  ; CHECK:   adds [[TEMP:[a-z0-9]+]], sp, #4, lsl #1216  ; CHECK:   adds [[TEMP]], [[TEMP]], #1517}18