brintos

brintos / llvm-project-archived public Read only

0
0
Text · 599 B · c555405 Raw
12 lines · plain
1// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1100 -mattr=+wavefrontsize32,+real-true16 -show-encoding %s 2>&1 | FileCheck --check-prefixes=GFX11 %s2// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1100 -mattr=+wavefrontsize64,+real-true16 -show-encoding %s 2>&1 | FileCheck --check-prefixes=GFX11 %s3 4 5// op_sel hi on vgpr but not on op_sel operand6v_add_f16 v0.h, v1.h, v2.h op_sel:[0,1,1]7// GFX11: op_sel operand conflicts with 16-bit operand suffix8 9// op_sel hi on op_sel operand but not on vgpr10v_add_f16 v0.h, v1.l, v2.h op_sel:[1,1,1]11// GFX11: op_sel operand conflicts with 16-bit operand suffix12