[ARM] Fixup the creation of VPT blocks
[llvm-core.git] / test / CodeGen / AMDGPU / no-hsa-graphics-shaders.ll
blobd1fe794b93fbc408d6685b5c5c40a58142e1aefd
1 ; RUN: not llc -march=amdgcn -mtriple=amdgcn-unknown-amdhsa < %s 2>&1 | FileCheck %s
3 ; CHECK: in function pixel_s{{.*}}: unsupported non-compute shaders with HSA
4 define amdgpu_ps void @pixel_shader() #0 {
5   ret void
8 ; CHECK: in function vertex_s{{.*}}: unsupported non-compute shaders with HSA
9 define amdgpu_vs void @vertex_shader() #0 {
10   ret void
13 ; CHECK: in function geometry_s{{.*}}: unsupported non-compute shaders with HSA
14 define amdgpu_gs void @geometry_shader() #0 {
15   ret void