15 lines · plain
1; RUN: llc < %s -mtriple=x86_64-windows-gnu | FileCheck %s2 3define void @foo() unnamed_addr #0 {4start:5 %b = alloca i64, align 86 %c = alloca [4294967295 x i8], align 17 ret void8}9 10attributes #0 = { nonlazybind uwtable "probe-stack"="probe_stack" "target-cpu"="x86-64" }11 12; CHECK-LABEL: foo:13; CHECK: movabsq $4294967312, %rax14; CHECK-NEXT: callq probe_stack15