[llvm] [DebugInfo][InstrRef] Treat ORRWrr as a copy instr (PR #123102)
Shubham Sandeep Rastogi via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 15 14:34:36 PST 2025
rastogishubham wrote:
@jmorse One other thing I noticed was that `copySalvageSSA` calls `TII.isCopyInstr` whereas livdebugvalues calls `TII->isCopyLikeInstr`
This change in livedebugvalues was made with https://github.com/llvm/llvm-project/pull/74682#issuecomment-1850268782%5C
Should we change the code in `copySalvageSSA` as well?
https://github.com/llvm/llvm-project/pull/123102
More information about the llvm-commits
mailing list