[llvm] [AMDGPU] Machine-CP is deleting incorrect copy instr. (PR #114773)

Pravin Jagtap via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 4 07:41:10 PST 2024


pravinjagtap wrote:

Marking implicit-def only when sub-reg is undefined using RS while expanding SI_SPILL_AV1024_SAVE (in `SIRegisterInfo::buildSpillLoadStore`) is not helping since $agpr1 is still undefined when you scavenge reg from backwards (agpr1 
 is not live-outs and ` $vgpr255 = V_ACCVGPR_READ_B32_e64 $agpr1, implicit $exec` is not emitted yet). 

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


More information about the llvm-commits mailing list