[llvm] [AMDGPU] DAG Mutation to solve load bunching in outer product matrix multiplications (PR #203095)

Axel Sorenson via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 11 12:08:23 PDT 2026


axelcool1234 wrote:

> > MaxOccupancy
> 
> @axelcool1234 , do you run llc like `llc -amdgpu-sched-strategy=max-ilp` and there is no input MIR here, so I cannot check the attribute in the MIR either. But as far as I know, we don't choose the strategy like `max-ilp`, `max-memory-clause`, `iterative-*`, etc, so the GCNTargetMachine::createMachineScheduler() would fall back to this max-occupancy scheduler ` GCNTargetMachine::createMachineScheduler`
That's correct, I didn't run with `-amd-sched-strategy`

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


More information about the llvm-commits mailing list