[all-commits] [llvm/llvm-project] abaaa4: [PowerPC] fix frameaddress error when there is dyn...

Chen Zheng via All-commits all-commits at lists.llvm.org
Thu Jun 20 19:37:51 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: abaaa48ce6b212798cc51f676f1d01d31d590120
      https://github.com/llvm/llvm-project/commit/abaaa48ce6b212798cc51f676f1d01d31d590120
  Author: Chen Zheng <czhengsz at cn.ibm.com>
  Date:   2024-06-20 (Thu, 20 Jun 2024)

  Changed paths:
    A llvm/test/CodeGen/PowerPC/frameaddr-alloca.ll

  Log Message:
  -----------
  [PowerPC] fix frameaddress error when there is dynamic alloca call, NFC


  Commit: e1c03ddc9b03b820b421d8b3bca6a94e4d1a4675
      https://github.com/llvm/llvm-project/commit/e1c03ddc9b03b820b421d8b3bca6a94e4d1a4675
  Author: Chen Zheng <czhengsz at cn.ibm.com>
  Date:   2024-06-20 (Thu, 20 Jun 2024)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
    M llvm/test/CodeGen/PowerPC/frameaddr-alloca.ll

  Log Message:
  -----------
  [PowerPC] use r1 as the frame pointer when there is dynamic alloca

On PPC, when there is dynamic alloca, only r1 points to the backchain.


Compare: https://github.com/llvm/llvm-project/compare/749876e8e5e5...e1c03ddc9b03

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list