Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / SystemZ / ghc-cc-06.ll
blobe0213e925936a585f1f446b221619a2da67ef36a
1 ; Check that the GHC calling convention works (s390x)
2 ; At most 2048*sizeof(long)=16384 bytes of stack space may be used
4 ; RUN: not --crash llc -mtriple=s390x-ibm-linux < %s 2>&1 | FileCheck %s
6 define ghccc void @foo() nounwind {
7 entry:
8   alloca [16385 x i8], align 1
9   ret void
12 ; CHECK: LLVM ERROR: Pre allocated stack space for GHC function is too small