[llvm-branch-commits] [llvm] [AMDGPU] Fix scratch address materialization in SVS frame index fallback (PR #208624)

Jay Foad via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Jul 10 03:19:18 PDT 2026


jayfoad wrote:

> The FrameReg != 0 path is currently unreachable.

So just assert FrameReg == 0 and delete the dead code? Or is there some realistic prospect of it becoming not dead in future?

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


More information about the llvm-branch-commits mailing list