[llvm] 5fbf067 - [AMDGPU][MC][GFX11][NFC] Fix trivial typos in tests

Dmitry Preobrazhensky via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 20 05:18:38 PDT 2022


Author: Dmitry Preobrazhensky
Date: 2022-10-20T15:17:22+03:00
New Revision: 5fbf067552d781552fca069ae052e4058978d9eb

URL: https://github.com/llvm/llvm-project/commit/5fbf067552d781552fca069ae052e4058978d9eb
DIFF: https://github.com/llvm/llvm-project/commit/5fbf067552d781552fca069ae052e4058978d9eb.diff

LOG: [AMDGPU][MC][GFX11][NFC] Fix trivial typos in tests

Added: 
    

Modified: 
    llvm/test/MC/AMDGPU/gfx11-promotions.s

Removed: 
    


################################################################################
diff  --git a/llvm/test/MC/AMDGPU/gfx11-promotions.s b/llvm/test/MC/AMDGPU/gfx11-promotions.s
index bd02807e9409..042e1c4a405a 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.


        


More information about the llvm-commits mailing list