[llvm] [AMDGCN] Allow unscheduling of bundled insns (PR #129769)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 5 19:17:06 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:
This MIR test is too big, and looks like the raw -stop-before output. You should reduce it, or synthetically construct a tiny example. You can drop the registers and IR section. You can try llvm-reduce on the mir, although that will take some additional cleanups after
https://github.com/llvm/llvm-project/pull/129769
More information about the llvm-commits
mailing list