Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / PowerPC / aix-static-init-key-object.ll
blobe0a77c84b81a95227ac1f249d6eeda232e3caa1d
1 ; RUN: not --crash llc -mtriple powerpc-ibm-aix-xcoff < %s 2>&1 | FileCheck %s
2 ; RUN: not --crash llc -mtriple powerpc64-ibm-aix-xcoff < %s 2>&1 | FileCheck %s
4 @v = global i8 0
6 @llvm.global_ctors = appending global [1 x { i32, ptr, ptr }] [{ i32, ptr, ptr } { i32 65535, ptr @foo, ptr @v}]
8 define void @foo() {
9   ret void
12 ; CHECK: LLVM ERROR: associated data of XXStructor list is not yet supported on AIX