[all-commits] [llvm/llvm-project] f58495: [RISCV] Remove manual compression of SSPUSH in RIS...

Craig Topper via All-commits all-commits at lists.llvm.org
Sun Jun 14 09:14:48 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f58495a213b48f6fbd636eb8b41cfeb26da74b03
      https://github.com/llvm/llvm-project/commit/f58495a213b48f6fbd636eb8b41cfeb26da74b03
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2026-06-14 (Sun, 14 Jun 2026)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
    M llvm/test/CodeGen/RISCV/shadowcallstack.ll

  Log Message:
  -----------
  [RISCV] Remove manual compression of SSPUSH in RISCVFrameLowering.cpp. NFC (#203635)

We used to emit a Zcmop instruction here, which required manual
compression. Since we now emit a Zicfiss instruction, we can rely on
CompressPat to do the right thing.



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