[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:

Don't need -verify-machieninstrs. Does this really require -O1 specifically? 

Probably should also include a mir test that only runs scheduling (and pick an explicit scheduler strategy)

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


More information about the llvm-commits mailing list