[all-commits] [llvm/llvm-project] 792a72: [RISCV] Remove some vestiges of Zbp and Zbt extens...

Craig Topper via All-commits all-commits at lists.llvm.org
Wed Feb 15 13:03:53 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 792a724f894ae08ae6b85e20904f556fd16f6e61
      https://github.com/llvm/llvm-project/commit/792a724f894ae08ae6b85e20904f556fd16f6e61
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-02-15 (Wed, 15 Feb 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
    M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
    M llvm/lib/Target/RISCV/RISCVInstrInfoZb.td

  Log Message:
  -----------
  [RISCV] Remove some vestiges of Zbp and Zbt extensions. NFC

Unused tablegen classes and unused operand type.


  Commit: 08ecef8e338f4ccb18bda3f3124a0d92f2512cb2
      https://github.com/llvm/llvm-project/commit/08ecef8e338f4ccb18bda3f3124a0d92f2512cb2
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-02-15 (Wed, 15 Feb 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
    M llvm/lib/Target/RISCV/RISCVInstrFormats.td
    M llvm/lib/Target/RISCV/RISCVInstrFormatsC.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoZc.td

  Log Message:
  -----------
  [RISCV] Add CLB/CLH/SLB/SLH formats for Zcb instructions.

This matches how they are described in the spec.

Rework the tablegen classes to make this format consistent with
other formats.

Reviewed By: asb

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


Compare: https://github.com/llvm/llvm-project/compare/8c1f77af7fd1...08ecef8e338f


More information about the All-commits mailing list