[llvm] [AMDGPU] Add option to pre-allocate SGPR spill VGPRs (PR #70626)

via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 9 16:31:16 PST 2023


https://github.com/ruiling commented:

You may need to check within processDef() whether a virtual register was already pushed into `RegsToRewrite` so we don't need to process one register several times as sgpr spill may have lots of re-definition. Other parts LGTM.

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


More information about the llvm-commits mailing list