[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / CodeGen / PowerPC / aix-func-align.ll
blobfb95f2c5c4e5f90534389d32dd78ed41026b14f7
1 ; This test tries to verify if a csect containing code would have the correct alignment.
3 ; RUN: llc -verify-machineinstrs -mcpu=pwr4 -mattr=-altivec -mtriple powerpc-ibm-aix-xcoff \
4 ; RUN:     -xcoff-traceback-table=false < %s | FileCheck %s
5 ; RUN: llc -verify-machineinstrs -mcpu=pwr4 -mattr=-altivec -mtriple powerpc64-ibm-aix-xcoff \
6 ; RUN:     -xcoff-traceback-table=false < %s | FileCheck %s
8 ; RUN: llc -verify-machineinstrs -mcpu=pwr4 -mattr=-altivec -mtriple powerpc-ibm-aix-xcoff \
9 ; RUN:     -xcoff-traceback-table=false -filetype=obj -o %t.o < %s
10 ; RUN: llvm-readobj --syms %t.o | FileCheck --check-prefix=SYMS %s
12 ; RUN: not --crash llc -mtriple powerpc64-ibm-aix-xcoff -filetype=obj < %s 2>&1 | \
13 ; RUN:   FileCheck --check-prefix=XCOFF64 %s
14 ; XCOFF64: LLVM ERROR: 64-bit XCOFF object files are not supported yet.
16 define i32 @foo()  align 32 {
17 entry:
18   ret i32 0
21 define i32 @bar()  align 64 {
22 entry:
23   ret i32 0
26 ; CHECK:      .csect .text[PR],6
27 ; CHECK-NEXT: .foo:
29 ; CHECK:      .csect .text[PR],6
30 ; CHECK-NEXT: .bar:
32 ; SYMS:       Symbol {{[{][[:space:]] *}}Index: [[#INDX:]]{{[[:space:]] *}}Name: .text
33 ; SYMS-NEXT:    Value (RelocatableAddress): 0x0
34 ; SYMS-NEXT:    Section: .text
35 ; SYMS-NEXT:    Type: 0x0
36 ; SYMS-NEXT:    StorageClass: C_HIDEXT (0x6B)
37 ; SYMS-NEXT:    NumberOfAuxEntries: 1
38 ; SYMS-NEXT:    CSECT Auxiliary Entry {
39 ; SYMS-NEXT:      Index: [[#INDX+1]]
40 ; SYMS-NEXT:      SectionLen: 72
41 ; SYMS-NEXT:      ParameterHashIndex: 0x0
42 ; SYMS-NEXT:      TypeChkSectNum: 0x0
43 ; SYMS-NEXT:      SymbolAlignmentLog2: 6
44 ; SYMS-NEXT:      SymbolType: XTY_SD (0x1)
45 ; SYMS-NEXT:      StorageMappingClass: XMC_PR (0x0)
46 ; SYMS-NEXT:      StabInfoIndex: 0x0
47 ; SYMS-NEXT:      StabSectNum: 0x0
48 ; SYMS-NEXT:    }
49 ; SYMS-NEXT:  }