[all-commits] [llvm/llvm-project] 6f3a75: [RISCV][NFC] Add missing immediate operand types.

dybv-sc via All-commits all-commits at lists.llvm.org
Fri Feb 17 04:57:31 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6f3a756998b3f8dde7d330878d3c0a78624bd87e
      https://github.com/llvm/llvm-project/commit/6f3a756998b3f8dde7d330878d3c0a78624bd87e
  Author: Dmitry Bushev <dmitry.bushev at syntacore.com>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

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

  Log Message:
  -----------
  [RISCV][NFC] Add missing immediate operand types.

Some immediate types in RISCV target description lack operand type field.
This leads them being listed as OPERAND_UNKNOWN in MCOperandInfo. This patch adds this fields.
This is NFC because it does not affect flow of any current tools implementation.

Reviewed By: craig.topper

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




More information about the All-commits mailing list