[llvm] MachineScheduler: Improve instruction clustering (PR #137784)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 29 04:56:54 PDT 2025
jayfoad wrote:
> For AMDGPU, some cases have more v_dual instructions used while some are regressed. It seems less critical.
Agreed, this is probably just due to good luck or bad luck in register allocation. We could put `-amdgpu-enable-vopd=0` on these tests.
https://github.com/llvm/llvm-project/pull/137784
More information about the llvm-commits
mailing list