[all-commits] [llvm/llvm-project] 894d04: [RISCV] Remove RISCVII::hasMergeOp. NFC

Craig Topper via All-commits all-commits at lists.llvm.org
Tue Jun 13 10:54:18 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 894d047056a684da8b993ca4aa1bd82eddeb0113
      https://github.com/llvm/llvm-project/commit/894d047056a684da8b993ca4aa1bd82eddeb0113
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-06-13 (Tue, 13 Jun 2023)

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

  Log Message:
  -----------
  [RISCV] Remove RISCVII::hasMergeOp. NFC

We can mostly get this from the operand info in MCInstrDesc.
The exception is the _TIED pseudos so I've added a new flag for those.

Reviewed By: frasercrmck

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




More information about the All-commits mailing list