brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.1 KiB · da1fb51 Raw
20 lines · plain
1// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1030 -mattr=+wavefrontsize32 %s 2>&1 | FileCheck --implicit-check-not=error: %s2// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1030 -mattr=+wavefrontsize64 %s 2>&1 | FileCheck --implicit-check-not=error: %s3 4v_mul_lo_i32 v0, v1, v25// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction not supported on this GPU6 7//===----------------------------------------------------------------------===//8// Unsupported dpp variants.9//===----------------------------------------------------------------------===//10 11v_fmac_legacy_f32_dpp v255, v1, v2 quad_perm:[0,1,2,3] row_mask:0x0 bank_mask:0x012// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: dpp variant of this instruction is not supported13 14//===----------------------------------------------------------------------===//15// Unsupported sdwa variants.16//===----------------------------------------------------------------------===//17 18v_fmac_legacy_f32_sdwa v255, v1, v2 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:DWORD src1_sel:DWORD19// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: sdwa variant of this instruction is not supported20