[clang] [llvm] Implement `preserve_none` for 32-bit x86 (PR #150106)

via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 1 11:52:54 PDT 2025


weiguozhi wrote:

> > Function X86FrameLowering::spillFPBP can do this for clobbered base pointer and frame pointer.
> 
> So the `RBX`/`ESI` base pointers can be removed from the callee-saved-regs lists?

Yes, I think so.

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


More information about the llvm-commits mailing list