[ARM] Fixup the creation of VPT blocks
[llvm-core.git] / test / CodeGen / AMDGPU / mixed-wave32-wave64.ll
blob223e5734fa250cfaf1e0aad808de0ab617d9ef7a
1 ; RUN: llc -mtriple=amdgcn--amdpal -mcpu=gfx1010 -verify-machineinstrs < %s | FileCheck -check-prefixes=GCN,GFX10 %s
3 ; GCN-LABEL: _amdgpu_hs_main:
5 define amdgpu_hs void @_amdgpu_hs_main() #0 {
6 .entry:
7   ret void
10 ; GCN-LABEL: _amdgpu_ps_main:
11 ; GCN: s_and_saveexec_b64
13 define amdgpu_ps void @_amdgpu_ps_main(i32 %arg) local_unnamed_addr #1 {
14 .entry:
15   %tmp = tail call float @llvm.amdgcn.interp.p2(float undef, float undef, i32 1, i32 0, i32 %arg) #2
16   %tmp1 = tail call float @llvm.amdgcn.image.sample.2d.f32.f32(i32 1, float undef, float %tmp, <8 x i32> undef, <4 x i32> undef, i1 false, i32 0, i32 0)
17   %tmp2 = fcmp olt float %tmp1, 5.000000e-01
18   br i1 %tmp2, label %bb, label %l
20 bb:                                               ; preds = %.entry
21   unreachable
23 l: ; preds = %.entry
24   ret void
27 ; GCN-LABEL: _amdgpu_gs_main:
29 define amdgpu_gs void @_amdgpu_gs_main() #4 {
30 .entry:
31   ret void
34 declare float @llvm.amdgcn.interp.p2(float, float, i32, i32, i32) #2
35 declare float @llvm.amdgcn.image.sample.2d.f32.f32(i32, float, float, <8 x i32>, <4 x i32>, i1, i32, i32) #3
37 attributes #0 = { "amdgpu-max-work-group-size"="128" "target-features"=",+wavefrontsize32" }
38 attributes #1 = { "target-features"=",+wavefrontsize64" }
39 attributes #2 = { nounwind readnone speculatable }
40 attributes #3 = { nounwind readonly }
41 attributes #4 = { "target-features"=",+wavefrontsize32" }