diff options
Diffstat (limited to 'test/MC/AMDGPU/vop1.s')
-rw-r--r-- | test/MC/AMDGPU/vop1.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/AMDGPU/vop1.s b/test/MC/AMDGPU/vop1.s index e55c05e5c539..03abd6107f3d 100644 --- a/test/MC/AMDGPU/vop1.s +++ b/test/MC/AMDGPU/vop1.s @@ -56,7 +56,7 @@ v_cvt_u32_f32_e32 v1, v2 v_cvt_i32_f32_e32 v1, v2 // SICI: v_mov_fed_b32_e32 v1, v2 ; encoding: [0x02,0x13,0x02,0x7e] -// NOVI: error: instruction not supported on this GPU +// VI: v_mov_fed_b32_e32 v1, v2 ; encoding: [0x02,0x13,0x02,0x7e] v_mov_fed_b32_e32 v1, v2 // GCN: v_cvt_f16_f32_e32 v1, v2 ; encoding: [0x02,0x15,0x02,0x7e] |