[llvm] 849009c - [AMDGPU] Add missing v_permlane_up_b32 test. NFC. (#151811)

via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 2 15:22:32 PDT 2025


Author: Stanislav Mekhanoshin
Date: 2025-08-02T15:22:29-07:00
New Revision: 849009c6350476d7a9968ea300e2805f1384f8cc

URL: https://github.com/llvm/llvm-project/commit/849009c6350476d7a9968ea300e2805f1384f8cc
DIFF: https://github.com/llvm/llvm-project/commit/849009c6350476d7a9968ea300e2805f1384f8cc.diff

LOG: [AMDGPU] Add missing v_permlane_up_b32 test. NFC. (#151811)

Added: 
    

Modified: 
    llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3.txt

Removed: 
    


################################################################################
diff  --git a/llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3.txt b/llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3.txt
index 5fdc973ef216c..4b44c27570af5 100644
--- a/llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3.txt
+++ b/llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3.txt
@@ -869,6 +869,9 @@
 0x05,0x00,0x72,0xd6,0x01,0xd5,0xf4,0x01
 # GFX1250: v_permlane_down_b32 v5, v1, vcc_lo, m0  ; encoding: [0x05,0x00,0x72,0xd6,0x01,0xd5,0xf4,0x01]
 
+0x05,0x00,0x71,0xd6,0x01,0xff,0xa8,0x01
+# GFX1250: v_permlane_up_b32 v5, v1, exec_hi, vcc_lo ; encoding: [0x05,0x00,0x71,0xd6,0x01,0xff,0xa8,0x01]
+
 0x05,0x00,0x71,0xd6,0x01,0xfd,0xf4,0x03
 # GFX1250: v_permlane_up_b32 v5, v1, exec_lo, src_scc ; encoding: [0x05,0x00,0x71,0xd6,0x01,0xfd,0xf4,0x03]
 


        


More information about the llvm-commits mailing list