[llvm] [AMDGPU] Add MachineVerifier check to detect illegal copies from vector register to SGPR (PR #105494)
Aditi Medhane via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 4 02:17:21 PDT 2024
================
@@ -0,0 +1,60 @@
+# RUN: not --crash llc -march=amdgcn -mcpu=gfx1200 -run-pass=none -o /dev/null %s 2>&1 | FileCheck %s
+# REQUIRES: amdgpu-registered-target
----------------
AditiRM wrote:
Implemented this in new PR and updated in latest commit.
https://github.com/llvm/llvm-project/pull/105494
More information about the llvm-commits
mailing list