[llvm] [AMDGPU][GlobalISel] Fix issue with copy_scc_vcc on gfx7 (PR #165355)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 30 15:09:27 PDT 2025


================
@@ -0,0 +1,37 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
+# RUN: llc -mtriple=amdgcn -mcpu=gfx700 -run-pass=instruction-select -verify-machineinstrs %s -o - | FileCheck -check-prefixes=GFX7 %s
----------------
arsenm wrote:

Don't need -verify-machineinstrs 

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


More information about the llvm-commits mailing list