[PATCH] D125900: [AMDGPU][NFC] Fix FileCheck directives in phi-vgpr-input-moveimm.mir.

Ivan Kosarev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 19 03:23:11 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG70ace420c1f0: [AMDGPU][NFC] Fix FileCheck directives in phi-vgpr-input-moveimm.mir. (authored by kosarev).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125900/new/

https://reviews.llvm.org/D125900

Files:
  llvm/test/CodeGen/AMDGPU/phi-vgpr-input-moveimm.mir


Index: llvm/test/CodeGen/AMDGPU/phi-vgpr-input-moveimm.mir
===================================================================
--- llvm/test/CodeGen/AMDGPU/phi-vgpr-input-moveimm.mir
+++ llvm/test/CodeGen/AMDGPU/phi-vgpr-input-moveimm.mir
@@ -1,6 +1,6 @@
 # RUN: llc  -march=amdgcn -mcpu=gfx900 -verify-machineinstrs -run-pass=si-fix-sgpr-copies -o - %s | FileCheck -check-prefix=GCN %s
 ---
-# GCN_LABEL: phi_moveimm_input
+# GCN-LABEL: name: phi_moveimm_input
 # GCN-NOT: %{{[0-9]+}}:vgpr_32 = PHI %{{[0-9]+}}, %bb.3, %{{[0-9]+}}, %bb.1
 # GCN:     %{{[0-9]+}}:sreg_32 = PHI %{{[0-9]+}}, %bb.3, %{{[0-9]+}}, %bb.1
 
@@ -33,7 +33,7 @@
 ...
 
 ---
-# GCN_LABEL: phi_moveimm_subreg_input
+# GCN-LABEL: name: phi_moveimm_subreg_input
 # GCN-NOT: %{{[0-9]+}}:sreg_64 = PHI %{{[0-9]+}}, %bb.3, %{{[0-9]+}}, %bb.1
 # GCN: %{{[0-9]+}}:vreg_64 = PHI %{{[0-9]+}}, %bb.3, %{{[0-9]+}}, %bb.1
 name:            phi_moveimm_subreg_input
@@ -66,7 +66,7 @@
 
 
 ---
-# GCN_LABEL: phi_moveimm_bad_opcode_input
+# GCN-LABEL: name: phi_moveimm_bad_opcode_input
 # GCN-NOT: %{{[0-9]+}}:sreg_32 = PHI %{{[0-9]+}}, %bb.3, %{{[0-9]+}}, %bb.1
 # GCN: %{{[0-9]+}}:vgpr_32 = PHI %{{[0-9]+}}, %bb.3, %{{[0-9]+}}, %bb.1
 name:            phi_moveimm_bad_opcode_input


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125900.430624.patch
Type: text/x-patch
Size: 1241 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220519/44fbb366/attachment.bin>


More information about the llvm-commits mailing list