[all-commits] [llvm/llvm-project] 3d259a: [PowerPC] Fix LQ-STQ instructions to use correct o...

ahsansaghir via All-commits all-commits at lists.llvm.org
Thu Jun 16 08:47:52 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3d259a82da3ed5cf721452cc97404e3c26527799
      https://github.com/llvm/llvm-project/commit/3d259a82da3ed5cf721452cc97404e3c26527799
  Author: Ahsan Saghir <saghir at ca.ibm.com>
  Date:   2022-06-16 (Thu, 16 Jun 2022)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
    A llvm/test/CodeGen/PowerPC/LQ-STQ-32bit-offset.ll
    A llvm/test/CodeGen/PowerPC/LQ-STQ.ll

  Log Message:
  -----------
  [PowerPC] Fix LQ-STQ instructions to use correct offset and base

This patch fixes the load and store quadword instructions on
PowerPC to use correct offset and base address.

Reviewed By: #powerpc, nemanjai, lkail

Differential Revision: https://reviews.llvm.org/D126807




More information about the All-commits mailing list