brintos

brintos / llvm-project-archived public Read only

0
0
Text · 710 B · de91ffc Raw
22 lines · plain
1; RUN: llc -verify-machineinstrs -mcpu=pwr4 -mtriple powerpc-ibm-aix-xcoff \2; RUN:     --relocation-model=pic -data-sections=false < %s | FileCheck %s3; RUN: llc -verify-machineinstrs -mcpu=pwr4 -mtriple powerpc64-ibm-aix-xcoff \4; RUN:     --relocation-model=pic -data-sections=false < %s | FileCheck --check-prefix=CHECK64 %s5 6@a = common global i32 07@b = constant ptr @a8 9;CHECK:         .comm   a[RW],4,210;CHECK-NEXT:    .csect .data[RW],211;CHECK-NEXT:    .globl  b12;CHECK-NEXT:    .align  213;CHECK-NEXT: b:14;CHECK-NEXT:    .vbyte	4, a15 16;CHECK64:       .comm   a[RW],4,217;CHECK64-NEXT:  .csect .data[RW],318;CHECK64-NEXT:  .globl  b19;CHECK64-NEXT:  .align  320;CHECK64-NEXT: b:21;CHECK64-NEXT:  .vbyte	8, a22