[all-commits] [llvm/llvm-project] d22166: [RISCV] In emitSelectPseudo, copy call frame size ...

Craig Topper via All-commits all-commits at lists.llvm.org
Mon Jul 22 10:48:44 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d221662ed0cc758331ea4277d46f5983ea76f36d
      https://github.com/llvm/llvm-project/commit/d221662ed0cc758331ea4277d46f5983ea76f36d
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2024-07-22 (Mon, 22 Jul 2024)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp

  Log Message:
  -----------
  [RISCV] In emitSelectPseudo, copy call frame size from LastSelectPseudo instead of MI.

The split point is LastSelectPseudo. If MI is earlier, we might
sink it to LastSelectPseudo.


  Commit: 0950533cff55478af0eb802c3698ff5a4e94bb73
      https://github.com/llvm/llvm-project/commit/0950533cff55478af0eb802c3698ff5a4e94bb73
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2024-07-22 (Mon, 22 Jul 2024)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp

  Log Message:
  -----------
  [RISCV] Move call to EmitLoweredCascadedSelect above some variable declarations. NFC

These variables aren't used if we call EmitLoweredCascadedSelect
so move the call above them.


Compare: https://github.com/llvm/llvm-project/compare/fa5971c298c9...0950533cff55

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