Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / SystemZ / ghc-cc-07.ll
blob278e643038035bef79e7a6c1772c8686e77b42e0
1 ; Check that the GHC calling convention works (s390x)
2 ; In GHC calling convention a frame pointer is not supported
4 ; RUN: not --crash llc -mtriple=s390x-ibm-linux < %s 2>&1 | FileCheck %s
6 define ghccc void @foo(i64 %0) nounwind {
7 entry:
8   alloca i64, i64 %0
9   ret void
12 ; CHECK: LLVM ERROR: In GHC calling convention a frame pointer is not supported