[llvm] [AMDGPU] Filter candidates of LiveRegOptimizer for profitable cases (PR #124624)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 28 01:51:46 PST 2025
arsenm wrote:
> is beneficial for operations that natively work on illegal vector types to prevent flip-flopping between SGPR and VGPR.
This isn't how SGPR vs VGPR works. It's one direction only, you can't just copy to SGPR from VGPR. What example are you talking about?
https://github.com/llvm/llvm-project/pull/124624
More information about the llvm-commits
mailing list