[RISCV] Remove debug location to spill/reload instructions
Spill/reload instructions are artificially generated by the compiler and have no relation to the original source code. So the best thing to do is not attach any debug location to them (instead of just taking the next debug location we find on following instructions). Refered to https://reviews.llvm.org/rG3e081703c349dd00b8ef6991c2d15964915dd8f4 Reviewed By: asb, kito-cheng, benshi001 Differential Revision: https://reviews.llvm.org/D129173
Loading
Please sign in to comment