From: Dmitry Preobrazhensky Date: Thu, 20 Oct 2022 12:17:22 +0000 (+0300) Subject: [AMDGPU][MC][GFX11][NFC] Fix trivial typos in tests X-Git-Tag: upstream/17.0.6~30036 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5fbf067552d781552fca069ae052e4058978d9eb;p=platform%2Fupstream%2Fllvm.git [AMDGPU][MC][GFX11][NFC] Fix trivial typos in tests --- diff --git a/llvm/test/MC/AMDGPU/gfx11-promotions.s b/llvm/test/MC/AMDGPU/gfx11-promotions.s index bd02807..042e1c4 100644 --- a/llvm/test/MC/AMDGPU/gfx11-promotions.s +++ b/llvm/test/MC/AMDGPU/gfx11-promotions.s @@ -10,11 +10,11 @@ // VOP1. //===----------------------------------------------------------------------===// -s_mov_b32 s0, s1 -// GFX11: encoding: [0x01,0x00,0x80,0xbe] +v_mov_b32 v0, v1 +// GFX11: encoding: [0x01,0x03,0x00,0x7e] -s_mov_b32_e32 s0, s1 -// GFX11: encoding: [0x01,0x00,0x80,0xbe] +v_mov_b32_e32 v0, v1 +// GFX11: encoding: [0x01,0x03,0x00,0x7e] //===----------------------------------------------------------------------===// // VOP2.