[llvm-branch-commits] [llvm] [LivePhysRegs] Add callee-saved regs from MFI in addLiveOutsNoPristines. (PR #73553)

Matthias Braun via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Nov 27 10:58:03 PST 2023


MatzeB wrote:

I don't remember the situation on aarch64, but if by chance LR is modeled with this "pristine register" concept, then maybe the caller needs to use `addLiveIns()` rather than `addLiveInsNoPristines()`?

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


More information about the llvm-branch-commits mailing list