[PATCH] D128806: [RISCV] Fix wrong position of prologue_end

LiqinWeng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 29 19:45:45 PDT 2022


Miss_Grape added a comment.

In D128806#3619189 <https://reviews.llvm.org/D128806#3619189>, @jrtc27 wrote:

> Isn't the problem just that spill/restoreCalleeSavedRegisters need to set FrameSetup/Destroy on their stores/loads (which is also a problem with the generic implementation that we used to use before implementing -msave-restore)?

I think  we may remove debug-location instead of adding  FrameSetup flags  for spill/restoreCalleeSavedRegisters, Because dwarf information is added for debugging convenienceļ¼Œ At this stage, people should not care when debugging


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128806/new/

https://reviews.llvm.org/D128806



More information about the llvm-commits mailing list