[llvm] [AMDGCN] Allow unscheduling of bundled insns (PR #129769)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 5 04:46:56 PST 2025


================
@@ -0,0 +1,26 @@
+; RUN: llc -mtriple=amdgcn -mcpu=gfx90a -verify-machineinstrs -O1 -stop-after=machine-scheduler < %s | FileCheck -check-prefix=DEBUG %s
----------------
arsenm wrote:

Just use the default check prefix? 

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


More information about the llvm-commits mailing list