[llvm] [AMDGPU] Allocate AVRegClass last (PR #146606)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 7 21:26:23 PDT 2025
================
@@ -1,4 +1,4 @@
-; RUN: not llc -mtriple=amdgcn -mcpu=gfx908 -verify-machineinstrs -filetype=null %s 2>&1 | FileCheck -check-prefix=ERR -implicit-check-not=error %s
+; RUN: not llc -mtriple=amdgcn -mcpu=gfx908 -filetype=null %s 2>&1 | FileCheck -check-prefix=ERR -implicit-check-not=error %s
----------------
arsenm wrote:
Should restore the -verify-machineinstrs
https://github.com/llvm/llvm-project/pull/146606
More information about the llvm-commits
mailing list