xref: /llvm-project/llvm/test/CodeGen/PowerPC/aix-space.ll (revision 23651c5ae02a209ff214e4283dddb5ab65d1003a)
1; RUN: llc -verify-machineinstrs -O0 -mcpu=pwr7 -mattr=-altivec -mtriple powerpc-ibm-aix-xcoff < %s | FileCheck %s
2; RUN: llc -verify-machineinstrs -O0 -mcpu=pwr7 -mattr=-altivec -mtriple powerpc64-ibm-aix-xcoff < %s | FileCheck %s
3
4@vi = global <4 x i32> zeroinitializer, section "custom_section", align 16
5@f = global float 0x400921E480000000, section "custom_section", align 16
6
7; CHECK:      .space 16
8; CHECK-NOT:  .zero
9