[all-commits] [llvm/llvm-project] 9069ba: [RISCV] Rename Spimm to StackAdj in most places. NFC

Craig Topper via All-commits all-commits at lists.llvm.org
Fri Apr 4 12:49:54 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9069ba183d0ad56a1e7b9710d9198686bc9b888b
      https://github.com/llvm/llvm-project/commit/9069ba183d0ad56a1e7b9710d9198686bc9b888b
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2025-04-04 (Fri, 04 Apr 2025)

  Changed paths:
    M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
    M llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
    M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
    M llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
    M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
    M llvm/lib/Target/RISCV/RISCVInstrInfoZc.td

  Log Message:
  -----------
  [RISCV] Rename Spimm to StackAdj in most places. NFC

Spimm in the spec refers to the 2-bit encoded value. All of the code
uses the 0, 16, 32, or 48 adjustment value.

Also remove the decodeZcmpSpimm as its identical to the default
behavior for no custom DecoderMethod.



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