[all-commits] [llvm/llvm-project] 7b5505: [PowerPC] Change registers used in test due to ABI...

Kai Luo via All-commits all-commits at lists.llvm.org
Thu Nov 2 16:08:47 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7b5505b0d597eddadd5ffd4bbf80a7e8804ec809
      https://github.com/llvm/llvm-project/commit/7b5505b0d597eddadd5ffd4bbf80a7e8804ec809
  Author: Kai Luo <lkail at cn.ibm.com>
  Date:   2023-11-03 (Fri, 03 Nov 2023)

  Changed paths:
    A llvm/test/CodeGen/PowerPC/ldst-16-byte-asm-aix.mir
    M llvm/test/CodeGen/PowerPC/ldst-16-byte-asm.mir

  Log Message:
  -----------
  [PowerPC] Change registers used in test due to ABI breakage. NFC. (#70758)

Usage of `r30` and `r31` has broken current traceback table's convention
on AIX. Avoid using CSRs in livein list.




More information about the All-commits mailing list