[all-commits] [llvm/llvm-project] 8ed18e: [RISCV] Add correct MachinePointerInfo when puttin...

Craig Topper via All-commits all-commits at lists.llvm.org
Fri Sep 27 13:48:22 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8ed18eded9550ba1c079ddf169e657b0673e11c9
      https://github.com/llvm/llvm-project/commit/8ed18eded9550ba1c079ddf169e657b0673e11c9
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2024-09-27 (Fri, 27 Sep 2024)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/test/CodeGen/RISCV/pr97304.ll

  Log Message:
  -----------
  [RISCV] Add correct MachinePointerInfo when putting arguments on the stack. (#110140)

Previously we used an empty MachinePointerInfo. I checked a few other
targets like X86, ARM, and AArch64 and they all appear to use correct
MachinePointerInfo.



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