From 5fbf067552d781552fca069ae052e4058978d9eb Mon Sep 17 00:00:00 2001 From: Dmitry Preobrazhensky Date: Thu, 20 Oct 2022 15:17:22 +0300 Subject: [PATCH] [AMDGPU][MC][GFX11][NFC] Fix trivial typos in tests --- llvm/test/MC/AMDGPU/gfx11-promotions.s | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. -- 2.7.4