Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / AMDGPU / gfx1150_asm_sopp.s
blob463e9cade7f9c0ca73be88c11373c646f60de9ae
1 // RUN: llvm-mc -arch=amdgcn -mcpu=gfx1150 -show-encoding %s | FileCheck --check-prefixes=GFX1150 %s
3 s_singleuse_vdst 0x0000
4 // GFX1150: encoding: [0x00,0x00,0x93,0xbf]
6 s_singleuse_vdst 0xffff
7 // GFX1150: encoding: [0xff,0xff,0x93,0xbf]
9 s_singleuse_vdst 0x1234
10 // GFX1150: encoding: [0x34,0x12,0x93,0xbf]