[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / CodeGen / AMDGPU / hsa-metadata-wavefrontsize.ll
blob7955dcc434c3b096975d5c0159c485c974073e15
1 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1010 -mattr=+wavefrontsize32,-wavefrontsize64 < %s | FileCheck -check-prefixes=GCN,GFX10-32 %s
2 ; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1010 -mattr=-wavefrontsize32,+wavefrontsize64 < %s | FileCheck -check-prefixes=GCN,GFX10-64 %s
4 ; GCN:      amdhsa.kernels:
5 ; GCN:      .name: wavefrontsize
6 ; GFX10-32: .wavefront_size: 32
7 ; GFX10-64: .wavefront_size: 64
8 define amdgpu_kernel void @wavefrontsize() {
9 entry:
10   ret void