diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-04-16 16:01:22 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-04-16 16:01:22 +0000 |
commit | 71d5a2540a98c81f5bcaeb48805e0e2881f530ef (patch) | |
tree | 5343938942df402b49ec7300a1c25a2d4ccd5821 /test/MC/AMDGPU/vop1.s | |
parent | 31bbf64f3a4974a2d6c8b3b27ad2f519caf74057 (diff) |
Vendor import of llvm trunk r300422:vendor/llvm/llvm-trunk-r300422
Notes
Notes:
svn path=/vendor/llvm/dist/; revision=317017
svn path=/vendor/llvm/llvm-trunk-r300422/; revision=317018; tag=vendor/llvm/llvm-trunk-r300422
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] |