Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / SystemZ / ghc-cc-04.ll
bloba4f0c064141411f1274df8184ff3094cf763ae80
1 ; Check that the GHC calling convention works (s390x)
2 ; Thread local storage is not supported in GHC calling convention
4 ; RUN: not --crash llc -mtriple=s390x-ibm-linux < %s 2>&1 | FileCheck %s
6 @x = thread_local global i32 0
8 define ghccc void @foo() nounwind {
9 entry:
10   call void @bar(ptr@x)
11   ret void
14 declare void @bar(ptr)
16 ; CHECK: LLVM ERROR: In GHC calling convention TLS is not supported