28 lines · plain
1# RUN: not llc -mtriple=x86_64 -run-pass none -o /dev/null %s 2>&1 | FileCheck %s2 3--- |4 5 define void @test() {6 entry:7 %tmp = alloca [4168 x i8], align 48 ret void9 }10 11...12---13name: test14tracksRegLiveness: true15frameInfo:16 stackSize: 404017stack:18 - { id: 0, name: tmp, offset: -4176, size: 4168, alignment: 4 }19body: |20 bb.0.entry:21 $rsp = SUB64ri32 $rsp, 4040, implicit-def dead $eflags22 ; CHECK: [[@LINE+1]]:36: expected a 32 bit integer (the cfi offset is too large)23 CFI_INSTRUCTION def_cfa_offset 12345678912345624 $rsp = ADD64ri32 $rsp, 4040, implicit-def dead $eflags25 RET6426...27 28