xref: /llvm-project/llvm/test/CodeGen/PowerPC/aix-nonzero-zerofill.ll (revision 77e71c521726a7d3fce3d6dddbba9887d1a225c7)
1; RUN: llc -verify-machineinstrs -O0 -mcpu=pwr4 -mtriple powerpc-ibm-aix-xcoff < %s | FileCheck %s
2; RUN: llc -verify-machineinstrs -O0 -mcpu=pwr4 -mtriple powerpc64-ibm-aix-xcoff < %s | FileCheck %s
3
4@a = constant [4 x i8] c"\02\02\02\02", align 1
5
6; CHECK-NOT:  .space  4,2
7; CHECK:      .byte   2
8; CHECK-NEXT: .byte   2
9; CHECK-NEXT: .byte   2
10; CHECK-NEXT: .byte   2
11