[all-commits] [llvm/llvm-project] 721571: [RISCV] Introduce a common tablegen base class for...

Craig Topper via All-commits all-commits at lists.llvm.org
Wed Jul 19 21:40:00 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 721571b21fcf7d2a0db166783debf341d41dab07
      https://github.com/llvm/llvm-project/commit/721571b21fcf7d2a0db166783debf341d41dab07
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-07-19 (Wed, 19 Jul 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVInstrFormats.td
    M llvm/lib/Target/RISCV/RISCVInstrFormatsC.td

  Log Message:
  -----------
  [RISCV] Introduce a common tablegen base class for RVInst and RVInst16.

This gives us a common place to put the TSFlags and the Namespace.

Removes TSFlags declaration duplication for D155690.

Reviewed By: wangpc

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




More information about the All-commits mailing list