[libc][test] fix memory leak pt.2 (#122384)
[llvm-project.git] / llvm / test / MC / AMDGPU / gfx1011_err.s
bloba86e48a29c78f73c316758b27df77defcea1e2a3
1 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1011 %s 2>&1 | FileCheck --check-prefix=GFX10 --implicit-check-not=error: %s
2 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1012 %s 2>&1 | FileCheck --check-prefix=GFX10 --implicit-check-not=error: %s
4 v_dot8c_i32_i4 v5, v1, v2
5 // GFX10: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
7 v_dot8c_i32_i4 v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0
8 // GFX10: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
10 v_dot8c_i32_i4 v5, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x0 fi:1
11 // GFX10: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
13 v_dot8c_i32_i4 v5, v1, v2 dpp8:[7,6,5,4,3,2,1,0]
14 // GFX10: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
16 v_dot8c_i32_i4 v5, v1, v2 dpp8:[7,6,5,4,3,2,1,0] fi:1
17 // GFX10: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
19 s_getreg_b32 s2, hwreg(HW_REG_SHADER_CYCLES)
20 // GFX10: :[[@LINE-1]]:{{[0-9]+}}: error: invalid hardware register: not supported on this GPU
22 v_fma_legacy_f32 v0, v1, v2, v3
23 // GFX10: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
25 v_fmac_legacy_f32 v0, v1, v2
26 // GFX10: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
28 image_bvh_intersect_ray v[4:7], v[9:24], s[4:7]
29 // GFX10: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
31 image_bvh_intersect_ray v[4:7], v[9:16], s[4:7] a16
32 // GFX10: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
34 image_bvh64_intersect_ray v[4:7], v[9:24], s[4:7]
35 // GFX10: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
37 image_bvh64_intersect_ray v[4:7], v[9:24], s[4:7] a16
38 // GFX10: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
40 image_msaa_load v[1:4], v5, s[8:15] dmask:0xf dim:SQ_RSRC_IMG_1D
41 // GFX10: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
43 image_msaa_load v[1:4], v5, s[8:15] dmask:0xf dim:SQ_RSRC_IMG_1D glc
44 // GFX10: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
46 image_msaa_load v5, v[1:2], s[8:15] dmask:0x1 dim:SQ_RSRC_IMG_2D d16
47 // GFX10: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
49 image_msaa_load v[1:4], v5, s[8:15] dmask:0xf dim:SQ_RSRC_IMG_1D
50 // GFX10: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU
52 image_msaa_load v14, [v204,v11,v14,v19], s[40:47] dmask:0x1 dim:SQ_RSRC_IMG_2D_MSAA_ARRAY
53 // GFX10: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU