[llvm-branch-commits] [llvm] [AMDGPU] Add HWUI pressure heuristics to coexec strategy (PR #184929)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Mar 6 05:25:41 PST 2026
================
@@ -41,6 +41,370 @@ static SUnit *pickOnlyChoice(SchedBoundary &Zone) {
return OnlyChoice;
}
+InstructionFlavor llvm::classifyFlavor(const MachineInstr *MI,
----------------
arsenm wrote:
const reference, and doesn't belong in llvm namespace. If anything, should be in SIInstrinfo?
https://github.com/llvm/llvm-project/pull/184929
More information about the llvm-branch-commits
mailing list