1 ; RUN: llc < %s | FileCheck %s
2 target datalayout = "e-i64:64-f80:128-n8:16:32:64-S128"
3 target triple = "x86_64-pc-linux-gnu"
5 declare void @use(<4 x i8*>*)
7 ; Test that a frame which requires dynamic relocation produces a stack map
8 ; with a size of UINT64_MAX.
9 define void @test(i8* %ptr) gc "erlang" {
10 ; 32 byte alignment (for the alloca) is larger than the default
12 %slot = alloca <4 x i8*>
13 call void @use(<4 x i8*>* %slot);
18 ; CHECK-NEXT: .p2align 3
22 ; stack frame size (in words)
24 ; stack arity (arguments on the stack)