brintos

brintos / llvm-project-archived public Read only

0
0
Text · 628 B · 38a7319 Raw
14 lines · plain
1// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1100 -mattr=+real-true16 -filetype=null %s 2>&1 | FileCheck --check-prefix=GFX11 --implicit-check-not=error: %s2 3v_fmaak_f32 v0, 0xff32, v0, 04// GFX11: :[[@LINE-1]]:{{[0-9]+}}: error: only one unique literal operand is allowed5 6v_fmaak_f16 v0.l, 0xff32, v0.l, 07// GFX11: :[[@LINE-1]]:{{[0-9]+}}: error: only one unique literal operand is allowed8 9v_fmamk_f32 v0, 0xff32, 1, v010// GFX11: :[[@LINE-1]]:{{[0-9]+}}: error: only one unique literal operand is allowed11 12v_fmamk_f16 v0.l, 0xff32, 1, v0.l13// GFX11: :[[@LINE-1]]:{{[0-9]+}}: error: only one unique literal operand is allowed14