[llvm] [AMDGPU] Add MachineVerifer check to detect illegal copies from VGPR to SGPR (PR #105494)

Christudasan Devadasan via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 27 04:17:14 PDT 2024


================
@@ -0,0 +1,30 @@
+# RUN: not --crash llc  -mtriple=amdgcn -mcpu=gfx900 -verify-machineinstrs -run-pass=si-fix-sgpr-copies -o - %s 2>&1 | FileCheck -check-prefix=GCN %s
+
----------------
cdevadas wrote:

I guess this test should be removed. See my comment below in the original test.

https://github.com/llvm/llvm-project/pull/105494


More information about the llvm-commits mailing list