[llvm] [AMDGCN] Allow unscheduling of bundled insns (PR #129769)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 6 17:29:52 PST 2025
================
@@ -0,0 +1,28 @@
+; REQUIRES: asserts
+; RUN: llc -mtriple=amdgcn -O1 -mcpu=gfx90a -debug-only=machine-scheduler -stop-after=machine-scheduler < %s 2>%t | FileCheck %s
+; RUN: FileCheck --check-prefix=DEBUG %s < %t
----------------
arsenm wrote:
```suggestion
; RUN: llc -mtriple=amdgcn -O1 -mcpu=gfx90a -debug-only=machine-scheduler -stop-after=machine-scheduler -filetype=null < %s 2>&1 | FileCheck --check-prefix=DEBUG %s
```
https://github.com/llvm/llvm-project/pull/129769
More information about the llvm-commits
mailing list