[llvm] [AMDGCN] Allow unscheduling of bundled insns (PR #129769)
Julian Brown via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 5 09:13:25 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
----------------
jtb20 wrote:
OK, thanks. Regarding -O1 -- apparently, yes. The mir test is a bit bloaty, not sure if that's normal/acceptable or not?
https://github.com/llvm/llvm-project/pull/129769
More information about the llvm-commits
mailing list