[llvm] [AMDGPU][GlobalISel] Fix issue with copy_scc_vcc on gfx7 (PR #165355)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 29 02:41:17 PDT 2025
jayfoad wrote:
> Also could we do the OR on newer targets also?
Won't that waste an SGPR in some cases, since we need to allocate one for the dead dest of the OR?
https://github.com/llvm/llvm-project/pull/165355
More information about the llvm-commits
mailing list