[llvm] [PowerPC] Remove carry register (PR #142420)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 2 09:32:31 PDT 2025


RolandF77 wrote:

The PPC XER is not equivalent to carry. The XER also contains overflow (OV) and summary overflow (SO) bits. amongst other things. OV is used by addex and some add, subtract, and multiply instructions with the "O" suffix.

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


More information about the llvm-commits mailing list