brintos

brintos / llvm-project-archived public Read only

0
0
Text · 303 B · a2a3bf0 Raw
13 lines · plain
1; RUN: llc -mtriple=thumbv7-windows -verify-machineinstrs %s -o - \2; RUN:  | FileCheck %s3 4define arm_aapcs_vfpcc void @check_watermark() "no-stack-arg-probe" {5entry:6  %buffer = alloca [4096 x i8], align 17  ret void8}9 10; CHECK: check_watermark:11; CHECK-NOT: bl __chkstk12; CHECK: sub.w sp, sp, #409613