[llvm] 65bad23 - [AMDGPU] Fix test for #70532 (Implement moveToVALU for S_CSELECT_B64)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 2 03:31:14 PDT 2023


Author: Jay Foad
Date: 2023-11-02T10:31:02Z
New Revision: 65bad23e434bc647579e1154e602f51f0e6c65aa

URL: https://github.com/llvm/llvm-project/commit/65bad23e434bc647579e1154e602f51f0e6c65aa
DIFF: https://github.com/llvm/llvm-project/commit/65bad23e434bc647579e1154e602f51f0e6c65aa.diff

LOG: [AMDGPU] Fix test for #70532 (Implement moveToVALU for S_CSELECT_B64)

Added: 
    

Modified: 
    llvm/test/CodeGen/AMDGPU/fix-sgpr-copies.mir

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AMDGPU/fix-sgpr-copies.mir b/llvm/test/CodeGen/AMDGPU/fix-sgpr-copies.mir
index b1715bd9d332864..60673bf780a05ed 100644
--- a/llvm/test/CodeGen/AMDGPU/fix-sgpr-copies.mir
+++ b/llvm/test/CodeGen/AMDGPU/fix-sgpr-copies.mir
@@ -240,8 +240,8 @@ body:             |
 # GCN: %1:vreg_64 = IMPLICIT_DEF
 # GCN: %2:sreg_32 = IMPLICIT_DEF
 # GCN: %3:sreg_64 = IMPLICIT_DEF
-# GCN: %5:sreg_64_xexec = V_CMP_EQ_U32_e64 %0, 0, implicit $exec
-# GCN: %6:vreg_64 = V_CNDMASK_B64_PSEUDO 0, %1, %5, implicit $exec
+# GCN: %7:sreg_64_xexec = V_CMP_EQ_U32_e64 %0, 0, implicit $exec
+# GCN: %6:vreg_64 = V_CNDMASK_B64_PSEUDO 0, %1, %7, implicit $exec
 name: s_cselect_b64
 body: |
   bb.0:


        


More information about the llvm-commits mailing list