[SandboxVec][BottomUpVec] Fix packing when PHIs are present (#124206)
[llvm-project.git] / llvm / test / CodeGen / PowerPC / toc-data-large-array.ll
blob90f40d9f0fec951f7e186575c86aba9576cd2401
1 ; RUN: not --crash llc -mtriple powerpc-ibm-aix-xcoff < %s 2>&1 | FileCheck %s --check-prefix CHECK-ERROR
2 ; RUN: not --crash llc -mtriple powerpc64-ibm-aix-xcoff < %s 2>&1 | FileCheck %s --check-prefix CHECK-ERROR
4 @a = global [5 x i16] zeroinitializer, align 2 #0
6 ; Function Attrs: noinline
7 define i16 @foo() #1 {
8 entry:
9   %0 = load i16, ptr @a, align 2
10   ret i16 %0
13 attributes #0 = { "toc-data" }
14 attributes #1 = { noinline }
16 ; CHECK-ERROR: LLVM ERROR: A GlobalVariable with size larger than a TOC entry is not currently supported by the toc data transformation.