[PATCH] D148304: [LoongArch][NFC] Use empty debug location for register spill/reload

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 13 22:54:58 PDT 2023


benshi001 added a comment.

Please check X86/ARM 's `loadRegFromStackSlot` and `storeRegToStackSlot`, they all use empty `DebugLoc()` instead of `MachineBasicBlock::iterator::getDebugLoc()`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148304



More information about the llvm-commits mailing list