Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / AMDGPU / gfx9-vop2be-literal.s
blob0a3aca0254693b3439b943c9cde80d731826b741
1 // RUN: not llvm-mc -triple=amdgcn -mcpu=gfx900 %s 2>&1 | FileCheck -check-prefix=GFX9-ERR --implicit-check-not=error: %s
3 v_addc_co_u32_e32 v3, vcc, 12345, v3, vcc
4 // GFX9-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand (violates constant bus restrictions)
6 v_cndmask_b32 v0, 12345, v1, vcc
7 // GFX9-ERR: :[[@LINE-1]]:{{[0-9]+}}: error: invalid operand (violates constant bus restrictions)